[Zope-CMF] Re: CVS: Products/CMFCore/tests -
test_CMFCatalogAware.py:1.4.2.2
yuppie
y.2005- at wcm-solutions.de
Wed Jun 15 10:44:16 EDT 2005
Tres Seaver wrote:
> 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
Why are they just disabled, not removed?
Cheers, Yuppie
More information about the Zope-CMF
mailing list