[Zodb-checkins] CVS: Zope3/src/zodb/tests - test_zodb.py:1.3
Jeremy Hylton
jeremy@zope.com
Tue, 28 Jan 2003 11:42:55 -0500
Update of /cvs-repository/Zope3/src/zodb/tests
In directory cvs.zope.org:/tmp/cvs-serv21250/tests
Modified Files:
test_zodb.py
Log Message:
A bit of simple refactoring.
Move TmpStore definition below Connection definition in
connection.py. The namegeddon merged two files in an unfortunate
order.
Rename Connection __getitem__() to get() and fixup all uses.
Define IAppConnection.
=== Zope3/src/zodb/tests/test_zodb.py 1.2 => 1.3 ===
--- Zope3/src/zodb/tests/test_zodb.py:1.2 Wed Dec 25 09:12:21 2002
+++ Zope3/src/zodb/tests/test_zodb.py Tue Jan 28 11:42:23 2003
@@ -133,6 +133,9 @@
del o._p_changed
self.assertEqual(o.anattr, "anattr")
+ # need a test that loads an object with references to other
+ # objects so that it creates ghosts.
+
def tearDown(self):
self._db.close()
for ext in '', '.old', '.tmp', '.lock', '.index':