[Erp5-report] r42194 gabriel - /erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jan 11 11:31:05 CET 2011


Author: gabriel
Date: Tue Jan 11 11:31:05 2011
New Revision: 42194

URL: http://svn.erp5.org?rev=42194&view=rev
Log:
fix my mistake. self.fail() is enough. thanks nicolas 

Modified:
    erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/tests/testAllFormats.py

Modified: erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/tests/testAllFormats.py
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/tests/testAllFormats.py?rev=42194&r1=42193&r2=42194&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/tests/testAllFormats.py [utf8] (original)
+++ erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/tests/testAllFormats.py [utf8] Tue Jan 11 11:31:05 2011
@@ -82,7 +82,7 @@ class TestAllFormats(CloudoooTestCase):
       magic_result = file_detector.from_buffer(decodestring(data_output))
       self.assertEquals(magic_result.endswith(": empty"), False, magic_result)
     if fault_list != []:
-      raise self.fail(fault_list)
+      self.fail(fault_list)
 
 
 def test_suite():



More information about the Erp5-report mailing list