diff options
author | sb <sb@openoffice.org> | 2010-03-05 07:57:12 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-03-05 07:57:12 +0100 |
commit | 69ab7ceb64db5efa79c3c7a6fd880247252ea648 (patch) | |
tree | 6a09e966b0f20212ae6e23e0cd658814ba8e0fcc | |
parent | c79b576a3dbbbce2a67c6215a4180ac060131790 (diff) |
sb118: fixed configmgr/qa/unoapi/Test.java after merge
-rw-r--r-- | configmgr/qa/unoapi/Test.java | 3 |
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(); |