[Zope3-checkins] CVS: Zope3/src/zope/app/catalog/tests -
test_catalog.py:1.7.6.2
Jim Fulton
jim at zope.com
Mon Sep 15 14:12:59 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/catalog/tests
In directory cvs.zope.org:/tmp/cvs-serv15511/src/zope/app/catalog/tests
Modified Files:
Tag: parentgeddon-branch
test_catalog.py
Log Message:
Got lots of tests to pass.
Added a setitem helper function to be used to help satisfy container
contracts.
=== Zope3/src/zope/app/catalog/tests/test_catalog.py 1.7.6.1 => 1.7.6.2 ===
--- Zope3/src/zope/app/catalog/tests/test_catalog.py:1.7.6.1 Fri Sep 12 15:15:19 2003
+++ Zope3/src/zope/app/catalog/tests/test_catalog.py Mon Sep 15 14:12:29 2003
@@ -84,12 +84,6 @@
class Test(PlacelessSetup, unittest.TestCase):
- def setUp(self):
- pass
-
- def teardown(self):
- pass
-
def test_catalog_add_del_indexes(self):
catalog = Catalog()
index = StubIndex('author', None)
More information about the Zope3-Checkins
mailing list