[Zope-CVS] CVS: Products/PluggableAuthService/plugins/tests - test_CookieAuthHelper.py:1.1.2.2

Zachery Bir zbir at urbanape.com
Fri Oct 15 11:31:08 EDT 2004


Update of /cvs-repository/Products/PluggableAuthService/plugins/tests
In directory cvs.zope.org:/tmp/cvs-serv6516

Modified Files:
      Tag: pre-1_0_3-zbir-challenge-branch
	test_CookieAuthHelper.py 
Log Message:
Extracting credentials alone doesn't force the cookie to be made
anymore, only on a successful login.


=== Products/PluggableAuthService/plugins/tests/test_CookieAuthHelper.py 1.1.2.1 => 1.1.2.2 ===
--- Products/PluggableAuthService/plugins/tests/test_CookieAuthHelper.py:1.1.2.1	Tue Oct 12 17:10:24 2004
+++ Products/PluggableAuthService/plugins/tests/test_CookieAuthHelper.py	Fri Oct 15 11:31:07 2004
@@ -98,7 +98,7 @@
                          'password': 'bar',
                          'remote_host': '',
                          'remote_address': ''})
-        self.assertEqual(len(response.cookies), 1)
+        self.assertEqual(len(response.cookies), 0)
 
     def test_challenge( self ):
         from zExceptions import Unauthorized



More information about the Zope-CVS mailing list