[repo test] remove debug stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 27 Jul 2011 19:36:23 +0200
branchstable
changeset 7717 e564c255bf29
parent 7716 c893150b2394
child 7718 0e82e7e5a34f
[repo test] remove debug
server/test/unittest_datafeed.py
--- a/server/test/unittest_datafeed.py	Wed Jul 27 19:36:09 2011 +0200
+++ b/server/test/unittest_datafeed.py	Wed Jul 27 19:36:23 2011 +0200
@@ -96,9 +96,8 @@
 
         # test_delete_source
         req = self.request()
-        with self.debugged('DBG_RQL'):
-            req.execute('DELETE CWSource S WHERE S name "myfeed"')
-            self.commit()
+        req.execute('DELETE CWSource S WHERE S name "myfeed"')
+        self.commit()
         self.failIf(self.execute('Card X WHERE X title "cubicweb.org"'))
         self.failIf(self.execute('Any X WHERE X has_text "cubicweb.org"'))