You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/07/31 18:53:34 UTC

incubator-corinthia git commit: Update to start testing open implementation

Repository: incubator-corinthia
Updated Branches:
  refs/heads/newZipExperiment 46398fc33 -> 91a88b6d0


Update to start testing open implementation


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/91a88b6d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/91a88b6d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/91a88b6d

Branch: refs/heads/newZipExperiment
Commit: 91a88b6d0002d60a36b8de5d6da085286d44accb
Parents: 46398fc
Author: jani <ja...@apache.org>
Authored: Fri Jul 31 18:52:45 2015 +0200
Committer: jani <ja...@apache.org>
Committed: Fri Jul 31 18:52:45 2015 +0200

----------------------------------------------------------------------
 DocFormats/platform/tests/WrapperTests.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/91a88b6d/DocFormats/platform/tests/WrapperTests.c
----------------------------------------------------------------------
diff --git a/DocFormats/platform/tests/WrapperTests.c b/DocFormats/platform/tests/WrapperTests.c
index 8e21024..efe2f66 100644
--- a/DocFormats/platform/tests/WrapperTests.c
+++ b/DocFormats/platform/tests/WrapperTests.c
@@ -26,8 +26,8 @@ static void test_DFextZipOpen(void)
 {
 	DFextZipHandleP zip;
 
-	zip = DFextZipOpen("..\\test\\test.odx");
-	zip = DFextZipOpen("..\\test\\test.odt");
+	zip = DFextZipOpen("test.docx");
+	zip = DFextZipOpen("test.odt");
 }