diff -r 742e3eb16f81 -r 01638461d4b0 server/test/unittest_security.py --- a/server/test/unittest_security.py Tue Dec 22 19:27:26 2009 +0100 +++ b/server/test/unittest_security.py Tue Dec 22 19:27:48 2009 +0100 @@ -217,7 +217,7 @@ {'x': ueid, 'passwd': 'newpwd'}, 'x') cnx.commit() cnx.close() - cnx = self.login('user', 'newpwd') + cnx = self.login('user', password='newpwd') def test_user_cant_change_other_upassword(self): ueid = self.create_user('otheruser').eid