From 2dec81e9bd3a59d2796a24657358e605eb25c245 Mon Sep 17 00:00:00 2001
From: Tatuya Kamada <tatuya@nexedi.com>
Date: Thu, 1 Oct 2009 09:51:52 +0000
Subject: [PATCH] Comment out to write a file to check the resulting ODF
 document. It was used only when developing.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29341 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5OOo/tests/testFormPrintout.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ERP5OOo/tests/testFormPrintout.py b/product/ERP5OOo/tests/testFormPrintout.py
index 01271cb020..025fe699fe 100644
--- a/product/ERP5OOo/tests/testFormPrintout.py
+++ b/product/ERP5OOo/tests/testFormPrintout.py
@@ -914,8 +914,8 @@ return report_section_list
                                    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")
-- 
2.30.9