diff options
author | sb <sb@openoffice.org> | 2010-05-21 13:04:32 +0200 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-05-21 13:04:32 +0200 |
commit | b51501773668df37c6b674a04157b40269dd60e5 (patch) | |
tree | 53c3e5df1339df0322743b50ab4d4e44c593abf1 /sw/qa/complex/writer | |
parent | a19de5ef5903fca9a84232ce9116615d56b1dff5 (diff) |
sb123: fixed DEV300_m78 merge-in
Diffstat (limited to 'sw/qa/complex/writer')
-rwxr-xr-x | sw/qa/complex/writer/TextPortionEnumerationTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/complex/writer/TextPortionEnumerationTest.java b/sw/qa/complex/writer/TextPortionEnumerationTest.java index 40652dc6da78..114359bc3581 100755 --- a/sw/qa/complex/writer/TextPortionEnumerationTest.java +++ b/sw/qa/complex/writer/TextPortionEnumerationTest.java @@ -3881,7 +3881,7 @@ public class TextPortionEnumerationTest String filename = "TESTXMLID.odt"; String file; try { - file = util.utils.getFullTestURL(filename); + file = TestDocument.getUrl(filename); xComp = doLoad(file); if (xComp != null) { |