[Neo-report] r2593 vincent - /trunk/neo/tests/storage/testTransactions.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Jan 6 15:08:51 CET 2011
Author: vincent
Date: Thu Jan 6 15:08:51 2011
New Revision: 2593
Log:
Fix docstrings.
Modified:
trunk/neo/tests/storage/testTransactions.py
Modified: trunk/neo/tests/storage/testTransactions.py
==============================================================================
--- trunk/neo/tests/storage/testTransactions.py [iso-8859-1] (original)
+++ trunk/neo/tests/storage/testTransactions.py [iso-8859-1] Thu Jan 6 15:08:51 2011
@@ -142,7 +142,7 @@ class TransactionManagerTests(NeoUnitTes
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(NeoUnitTes
tid, serial, *obj)
def testLockDelayed(self):
- """ Check lock delaytion"""
+ """ Check lock delay """
uuid1 = self.getNewUUID()
uuid2 = self.getNewUUID()
self.assertNotEqual(uuid1, uuid2)
More information about the Neo-report
mailing list