diff options
author | Michael Stahl <mst@openoffice.org> | 2011-04-26 17:12:53 +0000 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-17 18:34:59 +0200 |
commit | ea191d728fd1a3901515c4694be4b7f2416feca6 (patch) | |
tree | 8b5fe44fa886b275134b387c111f2ee912225029 /reportdesign/qa | |
parent | f4b36d28c40819800a1f06daa694d5a9ead3a9b5 (diff) |
gnumake4: reportdesign: subsequent tests [hg:f0853c706de9]
Diffstat (limited to 'reportdesign/qa')
-rw-r--r-- | reportdesign/qa/complex/reportdesign/TestDocument.java | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/reportdesign/qa/complex/reportdesign/TestDocument.java b/reportdesign/qa/complex/reportdesign/TestDocument.java index a6e294d4d3ec..7ab874395015 100644 --- a/reportdesign/qa/complex/reportdesign/TestDocument.java +++ b/reportdesign/qa/complex/reportdesign/TestDocument.java @@ -29,13 +29,14 @@ package complex.reportdesign; 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("test_documents", name)); - } + { + return OfficeFileUrl.getAbsolute(new File(Argument.get("tdoc"), name)); + } private TestDocument() {} } |