summaryrefslogtreecommitdiff
path: root/bridges/test/java_uno/equals/TestEquals.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-08-31 14:07:56 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-05 21:01:45 +0200
commit553a17f66540040a5ab21be71232fe736b353b65 (patch)
treea47380771d2cbee1949f29486dad1688c251bf61 /bridges/test/java_uno/equals/TestEquals.java
parent3954be2ae61fba01afb82ffb314a4e45a7b4c384 (diff)
Java cleanup, rename folders and packages to make them match
Also fix some compile errors. I suspect this is dead code, but on the chance that it might be useful..... Change-Id: I0d56df88420ce484b72df626db4fadcebe04d777
Diffstat (limited to 'bridges/test/java_uno/equals/TestEquals.java')
-rw-r--r--bridges/test/java_uno/equals/TestEquals.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/test/java_uno/equals/TestEquals.java b/bridges/test/java_uno/equals/TestEquals.java
index c2dc7b0cf5af..bc79835dc67c 100644
--- a/bridges/test/java_uno/equals/TestEquals.java
+++ b/bridges/test/java_uno/equals/TestEquals.java
@@ -27,7 +27,6 @@ import com.sun.star.connection.XAcceptor;
import com.sun.star.connection.XConnection;
import com.sun.star.lang.XMultiComponentFactory;
import com.sun.star.lang.XSingleComponentFactory;
-import com.sun.star.lib.TestBed;
import com.sun.star.lib.uno.typeinfo.MethodTypeInfo;
import com.sun.star.lib.uno.typeinfo.TypeInfo;
import com.sun.star.loader.XImplementationLoader;
@@ -38,6 +37,7 @@ import java.io.File;
import java.net.MalformedURLException;
import java.util.HashMap;
import java.util.Hashtable;
+import test.lib.TestBed;
// In this test scenario, the Java server (see implementation of method
// notifyAccepting) has a remote bridge to the Java client and a local JNI