Commit 929206c1 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix docstrings.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2593 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 4c7b1b7a
......@@ -142,7 +142,7 @@ class TransactionManagerTests(NeoUnitTestBase):
self._checkTransactionFinished(tid)
def testDelayed(self):
""" Two transactions, the first cause delaytion of the second """
""" Two transactions, the first cause the second to be delayed """
uuid = self.getNewUUID()
ttid1 = self.getNextTID()
ttid2 = self.getNextTID()
......@@ -176,7 +176,7 @@ class TransactionManagerTests(NeoUnitTestBase):
tid, serial, *obj)
def testLockDelayed(self):
""" Check lock delaytion"""
""" Check lock delay """
uuid1 = self.getNewUUID()
uuid2 = self.getNewUUID()
self.assertNotEqual(uuid1, uuid2)
......
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