[CMF-checkins] CVS: Products/CMFCore/tests - test_CMFCatalogAware.py:1.4.2.2

Tres Seaver tseaver at palladion.com
Tue Jun 14 21:23:54 EDT 2005


Update of /cvs-repository/Products/CMFCore/tests
In directory cvs.zope.org:/tmp/cvs-serv12473/CMFCore/tests

Modified Files:
      Tag: tseaver-z28_only-branch
	test_CMFCatalogAware.py 
Log Message:
 - Remove two tests of no-longer-present BBB behavior.


=== Products/CMFCore/tests/test_CMFCatalogAware.py 1.4.2.1 => 1.4.2.2 ===
--- Products/CMFCore/tests/test_CMFCatalogAware.py:1.4.2.1	Tue Jun 14 21:20:26 2005
+++ Products/CMFCore/tests/test_CMFCatalogAware.py	Tue Jun 14 21:23:53 2005
@@ -151,7 +151,7 @@
         self.failIf(bar.notified)
         self.failIf(hop.notified)
 
-    def test_reindexObjectSecurity_oldbrain(self):
+    def BBB_test_reindexObjectSecurity_oldbrain(self):
         self.site.portal_catalog.brain_class = DummyOldBrain
         foo = self.site.foo
         self.site.foo.bar = TheClass('bar')
@@ -194,7 +194,7 @@
         self.failIf(foo.notified)
         self.failIf(missing.notified)
 
-    def test_reindexObjectSecurity_missing_oldbrain(self):
+    def BBB_test_reindexObjectSecurity_missing_oldbrain(self):
         # Missing object is swallowed by old Zope brains
         self.site.portal_catalog.brain_class = DummyOldBrain
         foo = self.site.foo



More information about the CMF-checkins mailing list