Commit 5f80e324 authored by Rafael Monnerat's avatar Rafael Monnerat

Increase verbosity of the test.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43859 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1029c2ad
......@@ -301,7 +301,8 @@ class TestERP5Core(ERP5TypeTestCase, ZopeTestCase.Functional):
'portal_alarms',):
response = self.publish('%s/%s' % (self.portal_id, tool), self.auth)
self.assertEquals(HTTP_OK, response.getStatus(),
"%s: %s" % (tool, response.getStatus()))
"%s: %s (%s)" % (tool, response.getStatus(),
str(response)))
def test_allowed_content_types_translated(self):
"""Tests allowed content types from the action menu are translated"""
......
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