equal
deleted
inserted
replaced
419 def test_non_regr_optional_first_var(self): |
419 def test_non_regr_optional_first_var(self): |
420 req = self.request() |
420 req = self.request() |
421 # expect a rset with None in [0][0] |
421 # expect a rset with None in [0][0] |
422 req.form['rql'] = 'rql:Any OV1, X WHERE X custom_workflow OV1?' |
422 req.form['rql'] = 'rql:Any OV1, X WHERE X custom_workflow OV1?' |
423 self.publish(req) |
423 self.publish(req) |
424 print 'yuea' |
|
425 |
424 |
426 if __name__ == '__main__': |
425 if __name__ == '__main__': |
427 unittest_main() |
426 unittest_main() |