Kaydet (Commit) 1f71e0eb authored tarafından Michael Stahl's avatar Michael Stahl Kaydeden (comit) Bjoern Michaelsen

gnumake4: starmath: fix unoapi test [hg:83ae8c87a0ea]

üst 8678c85d
......@@ -45,8 +45,8 @@ $(eval $(call gb_JunitTest_add_sourcefiles,sm_unoapi,\
starmath/qa/unoapi/Test \
))
$(eval $(call gb_JunitTest_add_classes,sw_unoapi,\
org.openoffice.sw.qa.unoapi.Test \
$(eval $(call gb_JunitTest_add_classes,sm_unoapi,\
org.openoffice.starmath.qa.unoapi.Test \
))
# vim: set noet sw=4 ts=4:
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment