Commit 14b9b5bc authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix typo from previous patch :(


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@381 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent e45ad455
......@@ -101,7 +101,7 @@ class StorageMySQSLdbTests(unittest.TestCase):
self.db.under_transaction = True
self.db.commit()
self.assertEquals(len(self.db.conn.mockGetNamedCalls('commit')), 1)
selg.assertEquals(serlf.db.under_transaction, False)
self.assertEquals(self.db.under_transaction, False)
def test_06_rollback(self):
# rollback called and no current transaction
......
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