[Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/tests/testCatalog.py Minimize diff

Hanno Schlichting hannosch at hannosch.eu
Sat Jul 24 14:08:27 EDT 2010


Log message for revision 115042:
  Minimize diff
  

Changed:
  U   Zope/branches/andig-catalog-report/src/Products/ZCatalog/tests/testCatalog.py

-=-
Modified: Zope/branches/andig-catalog-report/src/Products/ZCatalog/tests/testCatalog.py
===================================================================
--- Zope/branches/andig-catalog-report/src/Products/ZCatalog/tests/testCatalog.py	2010-07-24 17:56:37 UTC (rev 115041)
+++ Zope/branches/andig-catalog-report/src/Products/ZCatalog/tests/testCatalog.py	2010-07-24 18:08:27 UTC (rev 115042)
@@ -557,8 +557,6 @@
         self.assertEqual(brain.att1, 'foobar')
 
 
-
-
 class objRS(ExtensionClass.Base):
 
     def __init__(self,num):
@@ -591,7 +589,6 @@
                 self.assert_(m<=size and size<=n,
                              "%d vs [%d,%d]" % (r.number,m,n))
 
-
 class TestMerge(unittest.TestCase):
     # Test merging results from multiple catalogs
 
@@ -950,7 +947,7 @@
     suite.addTest( unittest.makeSuite( TestRS ) )
     suite.addTest( unittest.makeSuite( TestMerge ) )
     suite.addTest( unittest.makeSuite( TestZCatalogGetObject ) )
-    suite.addTest( unittest.makeSuite( TestCatalogReport ) )
+    suite.addTest( unittest.makeSuite(TestCatalogReport))
     return suite
 
 if __name__ == '__main__':



More information about the checkins mailing list