summaryrefslogtreecommitdiff
path: root/configmgr/qa
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-03-05 07:57:12 +0100
committersb <sb@openoffice.org>2010-03-05 07:57:12 +0100
commit69ab7ceb64db5efa79c3c7a6fd880247252ea648 (patch)
tree6a09e966b0f20212ae6e23e0cd658814ba8e0fcc /configmgr/qa
parentc79b576a3dbbbce2a67c6215a4180ac060131790 (diff)
sb118: fixed configmgr/qa/unoapi/Test.java after merge
Diffstat (limited to 'configmgr/qa')
-rw-r--r--configmgr/qa/unoapi/Test.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/configmgr/qa/unoapi/Test.java b/configmgr/qa/unoapi/Test.java
index 5c820ed53dc1..4d1f5a3c4be7 100644
--- a/configmgr/qa/unoapi/Test.java
+++ b/configmgr/qa/unoapi/Test.java
@@ -43,8 +43,7 @@ public final class Test {
@org.junit.Test public void test() {
assertTrue(
Runner.run(
- "-sce", "cfgmgr2.sce", "-xcl", "knownissues.xcl", "-cs",
- connection.getDescription()));
+ "-sce", "module.sce", "-cs", connection.getDescription()));
}
private final OfficeConnection connection = new OfficeConnection();