diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2011-01-19 14:39:24 +0100 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2011-01-19 14:39:24 +0100 |
commit | 370b802e3a4ee109529491f92d2295252424c58b (patch) | |
tree | 174409dd1e8e28f3d4dda36db75530da58d0c583 /svx/qa | |
parent | 1eb4cb3818dbb81e2ee76179fbf823fd6a6a052c (diff) |
gnumake3: enabling unoapi test in svx
Diffstat (limited to 'svx/qa')
-rw-r--r-- | svx/qa/unoapi/Test.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/qa/unoapi/Test.java b/svx/qa/unoapi/Test.java index 90abd12776d0..2f7581e22efa 100644 --- a/svx/qa/unoapi/Test.java +++ b/svx/qa/unoapi/Test.java @@ -27,6 +27,7 @@ package org.openoffice.svx.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", "svx.sce", "-xcl", "knownissues.xcl", "-tdoc", - "testdocuments", "-cs", connection.getDescription())); + "-sce", Argument.get("sce"), "-xcl", Argument.get("xcl"), "-tdoc", + Argument.get("tdoc"), "-cs", connection.getDescription())); } private final OfficeConnection connection = new OfficeConnection(); |