aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/http_format_SUITE.erl
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-09-23 16:15:29 +0200
committerMicael Karlberg <[email protected]>2011-09-23 16:15:29 +0200
commit3f5c0bf1f17d5c9d6f1b4dad5a9944e844c5393f (patch)
treeda1a5b930a9e7b8eb4db170b6ad14478a3ff891a /lib/inets/test/http_format_SUITE.erl
parent524ad34276ef31fc5c306943539e3fe9bd19ad8c (diff)
parent1ead5e977d307ae391fdfd34e28fa5d587db2855 (diff)
downloadotp-3f5c0bf1f17d5c9d6f1b4dad5a9944e844c5393f.tar.gz
otp-3f5c0bf1f17d5c9d6f1b4dad5a9944e844c5393f.tar.bz2
otp-3f5c0bf1f17d5c9d6f1b4dad5a9944e844c5393f.zip
Merge branch 'major' of super:otp into bmk/inets/inets58_integration
Diffstat (limited to 'lib/inets/test/http_format_SUITE.erl')
-rw-r--r--lib/inets/test/http_format_SUITE.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/inets/test/http_format_SUITE.erl b/lib/inets/test/http_format_SUITE.erl
index 931ac6e024..04c7358715 100644
--- a/lib/inets/test/http_format_SUITE.erl
+++ b/lib/inets/test/http_format_SUITE.erl
@@ -584,7 +584,9 @@ convert_netscapecookie_date(Config) when is_list(Config) ->
http_util:convert_netscapecookie_date("Sun, 12-Dec-06 08:59:38 GMT"),
{{2006,12,12},{8,59,38}} =
http_util:convert_netscapecookie_date("Sun 12-Dec-06 08:59:38 GMT"),
- ok.
+ {{2036,1,1},{8,0,1}} =
+ http_util:convert_netscapecookie_date("Tue Jan 01 08:00:01 2036 GMT"),
+ ok.
%%--------------------------------------------------------------------
%%% Internal functions