[Zope3-checkins]
CVS: Zope3/src/zope/app/services/pluggableauth/tests
- test_pluggableauth.py:1.5.6.1
Jim Fulton
jim at zope.com
Mon Sep 8 15:22:20 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/services/pluggableauth/tests
In directory cvs.zope.org:/tmp/cvs-serv20092/src/zope/app/services/pluggableauth/tests
Modified Files:
Tag: parentgeddon-branch
test_pluggableauth.py
Log Message:
Checking in work in progress on parentgeddon-branch so Fred can help
me to get the tests passing. Specific log entries will be provided
when we merge this into the head.
=== Zope3/src/zope/app/services/pluggableauth/tests/test_pluggableauth.py 1.5 => 1.5.6.1 ===
--- Zope3/src/zope/app/services/pluggableauth/tests/test_pluggableauth.py:1.5 Sun Aug 17 02:08:18 2003
+++ Zope3/src/zope/app/services/pluggableauth/tests/test_pluggableauth.py Mon Sep 8 14:21:49 2003
@@ -137,7 +137,7 @@
def testPrincipalWrapper(self):
- wrapper = PrincipalWrapper(self._slinkp, self._auth, id='wrong')
+ wrapper = PrincipalWrapper(self._slinkp, self._auth, 'wrong')
self.assertEqual(wrapper.getId(), 'wrong')
More information about the Zope3-Checkins
mailing list