[Zope3-checkins] CVS: Zope3/src/zope/app/fssync/tests -
test_committer.py:1.16.6.5
Jim Fulton
jim at zope.com
Mon Sep 15 14:13:03 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/fssync/tests
In directory cvs.zope.org:/tmp/cvs-serv15511/src/zope/app/fssync/tests
Modified Files:
Tag: parentgeddon-branch
test_committer.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/fssync/tests/test_committer.py 1.16.6.4 => 1.16.6.5 ===
--- Zope3/src/zope/app/fssync/tests/test_committer.py:1.16.6.4 Fri Sep 12 15:15:25 2003
+++ Zope3/src/zope/app/fssync/tests/test_committer.py Mon Sep 15 14:12:32 2003
@@ -184,11 +184,6 @@
self.assertRaises(KeyError, committer.set_item,
container, "foo", 42, replace=True)
- def test_set_item_icontainer_error_newname(self):
- container = PretendContainer()
- self.assertRaises(SynchronizationError, committer.set_item,
- container, "Foo", 42)
-
def test_create_object_factory_file(self):
provideSynchronizer(dict, DictAdapter)
container = {}
More information about the Zope3-Checkins
mailing list