From 53d11881f2919e477801b80b612ddc6b11adbb55 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 14 Feb 2011 17:33:19 +0100 Subject: sw34bf03: #i116192#: sw: enable complex tests again --- sw/qa/complex/writer/TestDocument.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sw/qa/complex') 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() {} -- cgit v1.2.3