aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/http_format_SUITE.erl
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-09-23 14:14:19 +0200
committerMicael Karlberg <[email protected]>2011-09-23 14:14:19 +0200
commit9c686fc1fc0628549af91b84866b824e9a3f5f15 (patch)
tree45326ccba347081a20a7e81827519df9c1e21c78 /lib/inets/test/http_format_SUITE.erl
parent7b304f5e886b03ad9cb52dc84169d06bfc9ea378 (diff)
parent12f3b441fc138a6e7a5bc09b8973bd55cba8b5be (diff)
downloadotp-9c686fc1fc0628549af91b84866b824e9a3f5f15.tar.gz
otp-9c686fc1fc0628549af91b84866b824e9a3f5f15.tar.bz2
otp-9c686fc1fc0628549af91b84866b824e9a3f5f15.zip
Merge branch 'dev' of super:otp into bmk/megaco/fix_version_and_notes/OTP-9550
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