# HG changeset patch # User Nicolas Chauvat # Date 1257615532 -3600 # Node ID 561d7ade5719cd38ebde6dc2120c4ffb7f88dbda # Parent 2d951200f8988a7ff05147e62e26768524585fc3 [clean] remove print polluting test outputs diff -r 2d951200f898 -r 561d7ade5719 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()