summaryrefslogtreecommitdiff
path: root/starmath/qa
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-04-01 20:47:04 +0000
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 09:30:37 +0200
commit1f71e0eb7539ef3819431c0b61c41caadc63a179 (patch)
tree896e2e6b909b22d50cae1facba6751f29749979b /starmath/qa
parent8678c85d185b093bc1fbb6cc79efef24db0f2ba1 (diff)
gnumake4: starmath: fix unoapi test [hg:83ae8c87a0ea]
Diffstat (limited to 'starmath/qa')
-rw-r--r--starmath/qa/unoapi/Test.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/starmath/qa/unoapi/Test.java b/starmath/qa/unoapi/Test.java
index 520491da3a8c..bd2a77d6e030 100644
--- a/starmath/qa/unoapi/Test.java
+++ b/starmath/qa/unoapi/Test.java
@@ -27,6 +27,7 @@ package org.openoffice.starmath.qa.unoapi;
import org.openoffice.Runner;
import org.openoffice.test.OfficeConnection;
+import org.openoffice.test.Argument;
import static org.junit.Assert.*;
public final class Test {
@@ -43,8 +44,8 @@ public final class Test {
@org.junit.Test public void test() {
assertTrue(
Runner.run(
- "-sce", "sm.sce", "-xcl", "knownissues.xcl", "-cs",
- connection.getDescription()));
+ "-sce", Argument.get("sce"), "-xcl", Argument.get("xcl"),
+ "-cs", connection.getDescription()));
}
private final OfficeConnection connection = new OfficeConnection();