[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/tests/test_catalog.py Make the tests a bit faster, there's really no difference between 100 and 1000 catalog entries. Testing really large numbers would be a different and interesting story.
Hanno Schlichting
hannosch at hannosch.eu
Sun Aug 1 11:20:10 EDT 2010
Log message for revision 115337:
Make the tests a bit faster, there's really no difference between 100 and 1000 catalog entries. Testing really large numbers would be a different and interesting story.
Changed:
U Zope/trunk/src/Products/ZCatalog/tests/test_catalog.py
-=-
Modified: Zope/trunk/src/Products/ZCatalog/tests/test_catalog.py
===================================================================
--- Zope/trunk/src/Products/ZCatalog/tests/test_catalog.py 2010-08-01 15:06:14 UTC (rev 115336)
+++ Zope/trunk/src/Products/ZCatalog/tests/test_catalog.py 2010-08-01 15:20:09 UTC (rev 115337)
@@ -169,7 +169,7 @@
class TestCatalog(CatalogBase, unittest.TestCase):
- upper = 1000
+ upper = 100
nums = range(upper)
for i in range(upper):
More information about the Zope-Checkins
mailing list