--- a/devtools/fake.py Thu May 19 10:36:26 2011 +0200
+++ b/devtools/fake.py Thu May 19 10:53:11 2011 +0200
@@ -146,7 +146,7 @@
if vreg is None:
vreg = CubicWebVRegistry(FakeConfig(), initlog=False)
self.vreg = vreg
- self.pool = FakePool()
+ self.cnxset = FakeConnectionsSet()
self.user = user or FakeUser()
self.is_internal_session = False
self.transaction_data = {}
@@ -210,6 +210,6 @@
self.uri = uri
-class FakePool(object):
+class FakeConnectionsSet(object):
def source(self, uri):
return FakeSource(uri)