Commit 7478ba6a authored by Thibaut Deheunynck's avatar Thibaut Deheunynck

customise message failure

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20382 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 57d9baf7
......@@ -165,7 +165,7 @@ class TestOOoChart(ERP5TypeTestCase, ZopeTestCase.Functional):
response = self.publish(
'/%s/%s/my_OOoChart?render_format=%s&display=medium'
% (self.portal.getId(), self.form_id, image_format), self.auth )
self.assertEquals(HTTP_OK, response.getStatus())
self.assertEquals(HTTP_OK, response.getStatus(), '%s rendering failed: %s' % (image_format, response.getStatus()))
# render pdf
response = self.publish(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment