summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorKay Ramme <kr@openoffice.org>2001-06-25 12:34:06 +0000
committerKay Ramme <kr@openoffice.org>2001-06-25 12:34:06 +0000
commit1e98e0db683039cd0384d29ce7731695b0da58ee (patch)
tree3e877633a0e3f49eb7ba847c08709b4ea28f23a3 /jurt
parent4bc46a7c6a790c7c9af414ca4a8dc61ae91ef1d1 (diff)
only check java threadpool (#88338#)
Diffstat (limited to 'jurt')
-rw-r--r--jurt/test/com/sun/star/lib/uno/environments/remote/ThreadPool_Test.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/jurt/test/com/sun/star/lib/uno/environments/remote/ThreadPool_Test.java b/jurt/test/com/sun/star/lib/uno/environments/remote/ThreadPool_Test.java
index e5fde5075..76e9f6353 100644
--- a/jurt/test/com/sun/star/lib/uno/environments/remote/ThreadPool_Test.java
+++ b/jurt/test/com/sun/star/lib/uno/environments/remote/ThreadPool_Test.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ThreadPool_Test.java,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kr $ $Date: 2001-05-17 12:55:06 $
+ * last change: $Author: kr $ $Date: 2001-06-25 13:34:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -677,8 +677,6 @@ public class ThreadPool_Test {
}
static public void main(String args[]) throws Throwable {
- Object object = com.sun.star.comp.helper.RegistryServiceFactory.create("/usr/local2/kr/udkapi.rdb");
-
Vector vector = new Vector();
test(vector);