[Zodb-checkins] CVS: Zope3/src/ZODB/tests - testConnection.py:1.10
Gintautas Miliauskas
gintas at pov.lt
Fri Apr 9 06:18:24 EDT 2004
Update of /cvs-repository/Zope3/src/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv30905
Modified Files:
testConnection.py
Log Message:
Fixed a typo.
=== Zope3/src/ZODB/tests/testConnection.py 1.9 => 1.10 ===
--- Zope3/src/ZODB/tests/testConnection.py:1.9 Wed Mar 31 22:56:57 2004
+++ Zope3/src/ZODB/tests/testConnection.py Fri Apr 9 06:18:21 2004
@@ -80,7 +80,7 @@
self.assert_(obj._p_jar is None)
self.assertRaises(KeyError, self.datamgr.get, oid)
- def checkTcpAbortAfterCommit(self):
+ def checkTpcAbortAfterCommit(self):
obj = StubObject()
self.datamgr.add(obj)
oid = obj._p_oid
More information about the Zodb-checkins
mailing list