diff options
author | Lars Langhans <lla@openoffice.org> | 2010-06-08 09:10:15 +0200 |
---|---|---|
committer | Lars Langhans <lla@openoffice.org> | 2010-06-08 09:10:15 +0200 |
commit | 8b60331846c7dba554e1c4227a751b7a2603f0e5 (patch) | |
tree | 35c30a60cd8907730b9a6e9b782493ef8eb63dec /sc/qa | |
parent | e87535433d01f4adef3fba640a6f116d6215054e (diff) |
sb123:#i111449# fix in calcPreview Test
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() {} |