[Zope-CVS] CVS: Products/PluggableAuthService/tests -
test_PluggableAuthService.py:1.8
Zachery Bir
zbir at urbanape.com
Wed Sep 8 14:01:14 EDT 2004
Update of /cvs-repository/Products/PluggableAuthService/tests
In directory cvs.zope.org:/tmp/cvs-serv11963
Modified Files:
test_PluggableAuthService.py
Log Message:
removed some trailing whitespace
=== Products/PluggableAuthService/tests/test_PluggableAuthService.py 1.7 => 1.8 ===
--- Products/PluggableAuthService/tests/test_PluggableAuthService.py:1.7 Wed Sep 8 11:02:09 2004
+++ Products/PluggableAuthService/tests/test_PluggableAuthService.py Wed Sep 8 14:01:14 2004
@@ -1052,7 +1052,7 @@
object = FauxObject( 'object' )
object.__roles__ = ( 'Anonymous', )
- self.failUnless( zcuf._authorizeUser( faux
+ self.failUnless( zcuf._authorizeUser( faux
, accessed=FauxObject('a')
, container=FauxObject('c')
, name='name'
@@ -1066,7 +1066,7 @@
object = FauxObject( 'object' )
object.__roles__ = ( 'Manager', )
- self.failIf( zcuf._authorizeUser( faux
+ self.failIf( zcuf._authorizeUser( faux
, accessed=FauxObject('a')
, container=FauxObject('c')
, name='name'
@@ -1080,7 +1080,7 @@
object = FauxObject( 'object' )
object.__roles__ = ( 'Manager', )
- self.failUnless( zcuf._authorizeUser( mgr
+ self.failUnless( zcuf._authorizeUser( mgr
, accessed=FauxObject('a')
, container=FauxObject('c')
, name='name'
More information about the Zope-CVS
mailing list