server/test/unittest_repository.py
changeset 5174 78438ad513ca
parent 5126 c869d8e7d166
child 5238 31c12863fd9d
--- a/server/test/unittest_repository.py	Wed Apr 07 09:24:00 2010 +0200
+++ b/server/test/unittest_repository.py	Wed Apr 07 14:26:35 2010 +0200
@@ -457,7 +457,7 @@
         # our sqlite datetime adapter is ignore seconds fraction, so we have to
         # ensure update is done the next seconds
         time.sleep(1 - (ts.second - int(ts.second)))
-        self.execute('SET X nom "tata" WHERE X eid %(x)s', {'x': eidp}, 'x')
+        self.execute('SET X nom "tata" WHERE X eid %(x)s', {'x': eidp})
         self.commit()
         self.assertEquals(len(self.execute('Personne X WHERE X has_text "tutu"')), 1)
         self.session.set_pool()