[Zope-Checkins]
SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/ZCatalog/tests/testCatalog.py
typo
Leonardo Rochael Almeida
leo at hiper.com.br
Wed Nov 15 02:57:32 EST 2006
Log message for revision 71130:
typo
Changed:
U Zope/branches/Zope-2_8-branch/lib/python/Products/ZCatalog/tests/testCatalog.py
-=-
Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/ZCatalog/tests/testCatalog.py
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/Products/ZCatalog/tests/testCatalog.py 2006-11-15 07:51:17 UTC (rev 71129)
+++ Zope/branches/Zope-2_8-branch/lib/python/Products/ZCatalog/tests/testCatalog.py 2006-11-15 07:57:31 UTC (rev 71130)
@@ -272,7 +272,7 @@
result = self._catalog(title='9999')
self.assertEquals(1, len(result))
- def testBooleanEvalOn_manage_catalogObject_(self):
+ def testBooleanEvalOn_manage_catalogObject(self):
self.d['11'] = dummyLenFail(11, self.fail)
self.d['12'] = dummyNonzeroFail(12, self.fail)
# create a fake response that doesn't bomb on manage_catalogObject()
More information about the Zope-Checkins
mailing list