remove debug stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 23 Nov 2009 14:55:36 +0100
branchstable
changeset 3896 85e9afa030a5
parent 3893 74f216b69628
child 3897 6421a0050234
remove debug
server/test/unittest_multisources.py
--- a/server/test/unittest_multisources.py	Sun Nov 22 15:48:26 2009 +0100
+++ b/server/test/unittest_multisources.py	Mon Nov 23 14:55:36 2009 +0100
@@ -184,9 +184,7 @@
     def test_attr_unification_1(self):
         n1 = self.execute('INSERT Note X: X type "AFFREF"')[0][0]
         n2 = self.execute('INSERT Note X: X type "AFFREU"')[0][0]
-        self.set_debug('DBG_SQL|DBG_MS')
         rset = self.execute('Any X,Y WHERE X is Note, Y is Affaire, X type T, Y ref T')
-        self.set_debug(None)
         self.assertEquals(len(rset), 1, rset.rows)
 
     def test_attr_unification_2(self):