diff --git a/product/ERP5/tests/testERP5Core.py b/product/ERP5/tests/testERP5Core.py
index 1fe932781106dd423be39713b88776e4017155a1..ba1efd8f94e4f25a99468d2c95f490d53ae07bca 100644
--- a/product/ERP5/tests/testERP5Core.py
+++ b/product/ERP5/tests/testERP5Core.py
@@ -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"""