server/test/unittest_storage.py
branchstable
changeset 7977 e2d3ff3e7660
parent 7711 458cb2edf63a
child 7979 8bd5031e2201
--- a/server/test/unittest_storage.py	Fri Oct 21 09:23:43 2011 +0200
+++ b/server/test/unittest_storage.py	Fri Oct 21 09:23:43 2011 +0200
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
 # This file is part of CubicWeb.
@@ -261,7 +261,7 @@
     def test_bfss_update_to_None(self):
         f = self.session.create_entity('Affaire', opt_attr=Binary('toto'))
         self.session.commit()
-        self.session.set_pool()
+        self.session.set_cnxset()
         f.set_attributes(opt_attr=None)
         self.session.commit()