diff --git a/ChangeLog b/ChangeLog index aca66624..71def891 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-08-28 Tatsuhiro Tsujikawa + + Updated + * test/Cookies.sqlite + * test/nscookietest.txt + 2008-08-28 Tatsuhiro Tsujikawa Added tests for CookieStorage::load() diff --git a/test/cookies.sqlite b/test/cookies.sqlite index 602bd306..fb103e98 100644 Binary files a/test/cookies.sqlite and b/test/cookies.sqlite differ diff --git a/test/nscookietest.txt b/test/nscookietest.txt index 09cf7dc5..7903a710 100644 --- a/test/nscookietest.txt +++ b/test/nscookietest.txt @@ -1,8 +1,8 @@ # name=this is a omment line; -localhost FALSE / TRUE 1181473200 JSESSIONID 123456789 +localhost FALSE / TRUE 2147483647 JSESSIONID 123456789 -localhost FALSE / FALSE 1181473200 user me +expired FALSE / FALSE 1181473200 user me localhost FALSE /cgi-bin FALSE 2147483647 passwd secret -overflow FALSE / FALSE FALSE 9223372036854775807 TAX 1000 -localhost FALSE / FALSE 2147483648 novalue \ No newline at end of file +overflow FALSE / FALSE 9223372036854775807 TAX 1000 +localhost FALSE / FALSE 2147483648 novalue