Commit 293a358c authored by Gintautas Miliauskas's avatar Gintautas Miliauskas

Fixed a typo.

parent 294ab236
......@@ -80,7 +80,7 @@ class ConnectionDotAdd(unittest.TestCase):
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment