Issue 6745 in pharo: Failing tests related to Zinc

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 6745 in pharo: Failing tests related to Zinc

pharo
Status: FailingTest
Owner: [hidden email]
Labels: Type-Bug Milestone-2.0

New issue 6745 by [hidden email]: Failing tests related to Zinc
http://code.google.com/p/pharo/issues/detail?id=6745

>>> Zinc.Tests.ZnMagicCookieJarTests.testAdd 40 ms 1
>>> Zinc.Tests.ZnMagicCookieJarTests.testCookieAtForUrl 40 ms 1
>>> Zinc.Tests.ZnMagicCookieJarTests.testCookiesForUrl 30 ms 1
>>> Zinc.Tests.ZnMagicCookieTests.testFromString


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6745 in pharo: Failing tests related to Zinc

pharo

Comment #1 on issue 6745 by [hidden email]: Failing tests related to  
Zinc
http://code.google.com/p/pharo/issues/detail?id=6745

It seems these tests are based on a constant string that is being parsed:

cookieString
        ^'PREF=ID=18ae67ce302b6317:TM=1285696140:LM=1285696140:S=hqroFGlRQR1j4Yhy;  
expires=Thu, 27-Sep-2012 17:49:00 GMT; path=/; domain=.google.com'

Note the date: of course they are expired !

It seems that Thu, 27-Sep-2012 17:49:00 GMT finally arrived ;-)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6745 in pharo: Failing tests related to Zinc

pharo
Updates:
        Status: FixToInclude

Comment #2 on issue 6745 by [hidden email]: Failing tests related to  
Zinc
http://code.google.com/p/pharo/issues/detail?id=6745

In the inbox:

Name: Zinc-Tests-SvenVanCaekenberghe.157
Author: SvenVanCaekenberghe
Time: 28 September 2012, 12:48:58.862 pm
UUID: d7c893db-7635-4982-94c2-302e1651a99f
Ancestors: Zinc-Tests-MarcusDenker.156

fix bogus String constants in ZnMagicCookie[Jar]Tests that held a now  
expired date by making the date dynamic



_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6745 in pharo: Failing tests related to Zinc

pharo
Updates:
        Status: Integrated

Comment #3 on issue 6745 by [hidden email]: Failing tests related to  
Zinc
http://code.google.com/p/pharo/issues/detail?id=6745

in 2.0 313


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker