summaryrefslogtreecommitdiffstats
path: root/unotest/source/java/org/openoffice/test/UnoApiTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'unotest/source/java/org/openoffice/test/UnoApiTest.java')
-rw-r--r--unotest/source/java/org/openoffice/test/UnoApiTest.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/unotest/source/java/org/openoffice/test/UnoApiTest.java b/unotest/source/java/org/openoffice/test/UnoApiTest.java
index 13e5a140218d..b99f4aaf99af 100644
--- a/unotest/source/java/org/openoffice/test/UnoApiTest.java
+++ b/unotest/source/java/org/openoffice/test/UnoApiTest.java
@@ -20,19 +20,20 @@ package org.openoffice.test;
import org.openoffice.Runner;
import static org.junit.Assert.*;
+import org.junit.*;
public final class UnoApiTest {
- @org.junit.Before public void setUp() throws Exception {
+ @Before public void setUp() throws Exception {
connection.setUp();
}
- @org.junit.After public void tearDown()
+ @After public void tearDown()
throws InterruptedException, com.sun.star.uno.Exception
{
connection.tearDown();
}
- @org.junit.Test public void test() {
+ @Test public void test() {
assertTrue(
Runner.run(
"-sce", Argument.get("sce"), "-xcl", Argument.get("xcl"), "-tdoc",