[Erp5-report] r30317 - /erp5/trunk/products/ERP5OOo/tests/testFormPrintout.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 5 09:41:34 CET 2009


Author: tatuya
Date: Thu Nov  5 09:41:34 2009
New Revision: 30317

URL: http://svn.erp5.org?rev=30317&view=rev
Log:
Stop output a file.

Modified:
    erp5/trunk/products/ERP5OOo/tests/testFormPrintout.py

Modified: erp5/trunk/products/ERP5OOo/tests/testFormPrintout.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testFormPrintout.py?rev=30317&r1=30316&r2=30317&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testFormPrintout.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testFormPrintout.py [utf8] Thu Nov  5 09:41:34 2009
@@ -307,8 +307,8 @@
     
     odf_document = foo_printout() 
     self.assertTrue(odf_document is not None)
-    test_output = open("/tmp/test_01_Paragraph_09_RangeReferenceWithSpan.odf", "w")
-    test_output.write(odf_document)
+    #test_output = open("/tmp/test_01_Paragraph_09_RangeReferenceWithSpan.odf", "w")
+    #test_output.write(odf_document)
     builder = OOoBuilder(odf_document)
     content_xml = builder.extract("content.xml")
     self.assertTrue(content_xml.find("ZZZ test here ZZZ") > 0)




More information about the Erp5-report mailing list