summaryrefslogtreecommitdiff
path: root/sfx2/qa/complex
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2011-01-11 21:16:21 +0100
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2011-01-11 21:16:21 +0100
commitf27dec459621543c9dcd94c72ab6af8147b8b4d6 (patch)
tree6a10b93a8ef8afa598052d814ad38e2a6e44bd50 /sfx2/qa/complex
parentcc72dd1a32cf6acaba613fa6ea289a7bd89ef1d2 (diff)
gnumake3: more work on junit subsequenttest migration
Diffstat (limited to 'sfx2/qa/complex')
-rw-r--r--sfx2/qa/complex/framework/TestDocument.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/qa/complex/framework/TestDocument.java b/sfx2/qa/complex/framework/TestDocument.java
index fa60ff2057a2..1c47d9302f9d 100644
--- a/sfx2/qa/complex/framework/TestDocument.java
+++ b/sfx2/qa/complex/framework/TestDocument.java
@@ -33,7 +33,7 @@ import org.openoffice.test.Argument;
final class TestDocument {
public static String getUrl(String name) {
- return OfficeFileUrl.getAbsolute(new File(org.openoffice.test.Argument.get("docpath"), name));
+ return OfficeFileUrl.getAbsolute(new File(Argument.get("tdoc"), name));
}
private TestDocument() {}