Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrods committed Dec 27, 2011
1 parent a47ef96 commit b785a10
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,4 +1,4 @@
pkg
doc
*.gem
test/*result.odt
test/result/*.odt
Binary file modified test/test_sections.odt
Binary file not shown.
2 changes: 1 addition & 1 deletion test/test_sections.rb
Expand Up @@ -36,4 +36,4 @@ def initialize(_name, _sid, _children=[])

end

report.generate("test_sections_result.odt")
report.generate("./result/test_sections.odt")
2 changes: 1 addition & 1 deletion test/test_sub_sections.rb
Expand Up @@ -54,4 +54,4 @@ def initialize(_name, _sid, _children=[], _subs=[])

end

report.generate("test_sub_sections_result.odt")
report.generate("./result/test_sub_sections.odt")
2 changes: 1 addition & 1 deletion test/test_tables.rb
Expand Up @@ -39,4 +39,4 @@

end

report.generate("test_tables_result.odt")
report.generate("./result/test_tables.odt")

0 comments on commit b785a10

Please sign in to comment.