web/test/unittest_application.py
changeset 5174 78438ad513ca
parent 5038 90493551b1eb
child 5223 6abd6e3599f4
--- a/web/test/unittest_application.py	Wed Apr 07 09:24:00 2010 +0200
+++ b/web/test/unittest_application.py	Wed Apr 07 14:26:35 2010 +0200
@@ -29,7 +29,7 @@
 class MockCursor:
     def __init__(self):
         self.executed = []
-    def execute(self, rql, args=None, cachekey=None):
+    def execute(self, rql, args=None, build_descr=False):
         args = args or {}
         self.executed.append(rql % args)