# HG changeset patch # User Sylvain Thénault # Date 1304945414 -7200 # Node ID 977a494728060f6a8d7684476ac145d14479bcc2 # Parent d1c8b5b3531c95484d66741baa35709b862b4bce oops diff -r d1c8b5b3531c -r 977a49472806 server/test/unittest_repository.py --- 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():