summaryrefslogtreecommitdiff
path: root/unotest/source/java/org/openoffice/test/UnoApiTest.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-19 16:03:41 +0200
committerNoel Grandin <noel@peralex.com>2015-01-05 08:23:29 +0200
commit43cc8ad33e815522e2b23ac87a4a9c4526cd85c9 (patch)
treeb042266508f8b084bc7bbe9cc57250a971311099 /unotest/source/java/org/openoffice/test/UnoApiTest.java
parentcfcbe2e44e33f4a60e70006ff5e1cbb9aa2adceb (diff)
java: remove dead code
found by UCDetector Change-Id: I6b0f49529379072da566e927b86815f173e7a90b
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",