[CMF-checkins] CVS: Products/CMFCore/tests -
test_PortalFolder.py:1.21.4.13
Stefan H. Holek
stefan at epy.co.at
Sat Feb 19 02:16:59 EST 2005
Update of /cvs-repository/Products/CMFCore/tests
In directory cvs.zope.org:/tmp/cvs-serv27722/CMFCore/tests
Modified Files:
Tag: CMF-1_4-branch
test_PortalFolder.py
Log Message:
Allow 1.4 branch tests to work with Python2.1...
=== Products/CMFCore/tests/test_PortalFolder.py 1.21.4.12 => 1.21.4.13 ===
--- Products/CMFCore/tests/test_PortalFolder.py:1.21.4.12 Thu Feb 17 16:06:57 2005
+++ Products/CMFCore/tests/test_PortalFolder.py Sat Feb 19 02:16:59 2005
@@ -758,7 +758,7 @@
def validate( self, *args, **kw ):
if self._lambdas[ 0 ]( *args, **kw ):
- return True
+ return 1
raise Unauthorized
def checkPermission( self, *args, **kw ) :
More information about the CMF-checkins
mailing list