server/test/unittest_repository.py
branchstable
changeset 7343 977a49472806
parent 7339 dd5e49a5dcab
child 7381 a10b2d90d1a3
child 7513 8f4422391e5a
--- a/server/test/unittest_repository.py	Thu Apr 21 12:35:41 2011 +0200
+++ b/server/test/unittest_repository.py	Mon May 09 14:50:14 2011 +0200
@@ -277,7 +277,7 @@
         cnxid = repo.connect(self.admlogin, password=self.admpassword)
         repo.execute(cnxid, 'INSERT CWUser X: X login "toto", X upassword "tutu", X in_group G WHERE G name "users"')
         repo.commit(cnxid)
-        lock = threading.Lock(), threading.Lock()
+        lock = threading.Lock()
         lock.acquire()
         # close has to be in the thread due to sqlite limitations
         def close_in_a_few_moment():