[clean] remove print polluting test outputs stable
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Sat, 07 Nov 2009 18:38:52 +0100
branchstable
changeset 3801 561d7ade5719
parent 3800 2d951200f898
child 3802 bc441a75f82c
[clean] remove print polluting test outputs
web/test/unittest_application.py
--- a/web/test/unittest_application.py	Sat Nov 07 18:37:55 2009 +0100
+++ b/web/test/unittest_application.py	Sat Nov 07 18:38:52 2009 +0100
@@ -421,7 +421,6 @@
         # expect a rset with None in [0][0]
         req.form['rql'] = 'rql:Any OV1, X WHERE X custom_workflow OV1?'
         self.publish(req)
-        print 'yuea'
 
 if __name__ == '__main__':
     unittest_main()