diff options
author | Michael Stahl <mst@openoffice.org> | 2011-02-14 17:33:19 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2011-02-14 17:33:19 +0100 |
commit | 53d11881f2919e477801b80b612ddc6b11adbb55 (patch) | |
tree | 1e4c038a9eef1a3e9be13c2bfe17898b5aeb0415 /sw/qa/complex | |
parent | 2b9ee96b5d07cff557ea25deb6d6fbd908a08f24 (diff) |
sw34bf03: #i116192#: sw: enable complex tests again
Diffstat (limited to 'sw/qa/complex')
-rw-r--r-- | sw/qa/complex/writer/TestDocument.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/qa/complex/writer/TestDocument.java b/sw/qa/complex/writer/TestDocument.java index 25a11338ae5c..088c9aede3d6 100644 --- a/sw/qa/complex/writer/TestDocument.java +++ b/sw/qa/complex/writer/TestDocument.java @@ -29,10 +29,11 @@ package complex.writer; import java.io.File; import org.openoffice.test.OfficeFileUrl; +import org.openoffice.test.Argument; final class TestDocument { public static String getUrl(String name) { - return OfficeFileUrl.getAbsolute(new File("testdocuments", name)); + return OfficeFileUrl.getAbsolute(new File(Argument.get("tdoc"), name)); } private TestDocument() {} |