server/test/unittest_hook.py
changeset 7398 26695dd703d8
parent 7361 6baa4f430c9b
child 8544 3d049071957e
--- a/server/test/unittest_hook.py	Thu May 19 10:36:26 2011 +0200
+++ b/server/test/unittest_hook.py	Thu May 19 10:53:11 2011 +0200
@@ -201,10 +201,10 @@
 #         self.assertEqual(self.called, [(1, 'concerne', 2), (3, 'concerne', 4)])
 
 
-#     def _before_relation_hook(self, pool, subject, r_type, object):
+#     def _before_relation_hook(self, cnxset, subject, r_type, object):
 #         self.called.append((subject, r_type, object))
 
-#     def _after_relation_hook(self, pool, subject, r_type, object):
+#     def _after_relation_hook(self, cnxset, subject, r_type, object):
 #         self.called.append((subject, r_type, object))