Commit 2dec81e9 authored by Tatuya Kamada's avatar Tatuya Kamada

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
parent c29d7250
......@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment