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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 1 11:51:53 CEST 2009


Author: tatuya
Date: Thu Oct  1 11:51:52 2009
New Revision: 29341

URL: http://svn.erp5.org?rev=29341&view=rev
Log:
Comment out to write a file to check the resulting ODF document.
It was used only when developing.

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=29341&r1=29340&r2=29341&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testFormPrintout.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testFormPrintout.py [utf8] Thu Oct  1 11:51:52 2009
@@ -914,8 +914,8 @@
                                    template='Foo3_getODTStyleSheet')
     odf_document = foo_report_printout()
 
-    test_output = open("/tmp/test_04_Iteratoin_02_Section_01.odf", "w")
-    test_output.write(odf_document)
+    #test_output = open("/tmp/test_04_Iteratoin_02_Section_01.odf", "w")
+    #test_output.write(odf_document)
     self.assertTrue(odf_document is not None)
     builder = OOoBuilder(odf_document)
     content_xml = builder.extract("content.xml")




More information about the Erp5-report mailing list