changeset 3647 | 2941f4a0aab9 |
parent 2773 | b2530e3e0afb |
child 4252 | 6c4f109c2b03 |
--- a/devtools/livetest.py Tue Oct 13 08:48:00 2009 +0200 +++ b/devtools/livetest.py Tue Oct 13 08:50:19 2009 +0200 @@ -151,7 +151,7 @@ # build a config, and get a connection self.config = LivetestConfiguration(self.cube, self.sourcefile) _, user, passwd, _ = loadconf() - self.repo, self.cnx = in_memory_cnx(self.config, user, passwd) + self.repo, self.cnx = in_memory_cnx(self.config, user, password=passwd) self.setup_db(self.cnx) def tearDown(self):