# HG changeset patch # User Sylvain Thénault # Date 1311788183 -7200 # Node ID e564c255bf29705eb3d73959b3d40637eaf1291e # Parent c893150b23942ae1ca36c5eae7f92191997bec71 [repo test] remove debug diff -r c893150b2394 -r e564c255bf29 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"'))