Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(531)

Unified Diff: relatorio/tests/test_odt.py

Issue 4717041: fodt parsing with Relatorio
Patch Set: third version Created 12 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « relatorio/tests/test.fodt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: relatorio/tests/test_odt.py
===================================================================
--- a/relatorio/tests/test_odt.py
+++ b/relatorio/tests/test_odt.py
@@ -55,7 +55,7 @@
def setup(self):
thisdir = os.path.dirname(__file__)
- filepath = os.path.join(thisdir, 'test.odt')
+ filepath = os.path.join(thisdir, 'test.fodt')
self.oot = Template(file(filepath), filepath)
self.data = {'first_name': u'Trente',
'last_name': unicode('Møller', 'utf8'),
« no previous file with comments | « relatorio/tests/test.fodt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b