devtools/livetest.py
branchstable
changeset 7056 51f88f13d6f3
parent 5907 5eba1248e12b
--- a/devtools/livetest.py	Tue Mar 08 17:55:38 2011 +0100
+++ b/devtools/livetest.py	Tue Mar 08 18:08:12 2011 +0100
@@ -35,7 +35,7 @@
 
 from logilab.common.testlib import TestCase
 
-from cubicweb.dbapi import in_memory_cnx
+from cubicweb.dbapi import in_memory_repo_cnx
 from cubicweb.etwist.server import CubicWebRootResource
 from cubicweb.devtools import BaseApptestConfiguration, init_test_database
 
@@ -164,7 +164,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, password=passwd)
+        self.repo, self.cnx = in_memory_repo_cnx(self.config, user, password=passwd)
         self.setup_db(self.cnx)
 
     def tearDown(self):