Commit 4b006de9 authored by Alexandre Vassalotti's avatar Alexandre Vassalotti

Fixed signature of theThread in test_lock.

This was bug introduced by merge r63352.
parent bee32538
......@@ -142,7 +142,7 @@ class LockingTestCase(unittest.TestCase):
if db.version() >= (4,6):
self.assertTrue(deadlock_detection.count>0)
def theThread(self, lockType):
def theThread(self, sleepTime, lockType):
name = currentThread().getName()
if lockType == db.DB_LOCK_WRITE:
lt = "write"
......
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