diff options
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/complex/calcPreview/TestDocument.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/complex/calcPreview/TestDocument.java b/sc/qa/complex/calcPreview/TestDocument.java index 294154999fe7..a568556e62f4 100644 --- a/sc/qa/complex/calcPreview/TestDocument.java +++ b/sc/qa/complex/calcPreview/TestDocument.java @@ -32,7 +32,7 @@ import org.openoffice.test.OfficeFileUrl; final class TestDocument { public static String getUrl(String name) { - return OfficeFileUrl.getAbsolute(new File("testdocuments", name)); + return OfficeFileUrl.getAbsolute(new File("test_documents", name)); } private TestDocument() {} |