forked from amazingfate/loongoffice
INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED
2003/09/03 15:33:33 sw 1.2.14.1: #112049#
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: JavaComponentLoader.java,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change:$Date: 2003-05-27 12:52:45 $
|
||||
* last change:$Date: 2003-09-08 11:57:45 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@ -61,15 +61,17 @@
|
||||
|
||||
package mod._javaloader;
|
||||
|
||||
import com.sun.star.lang.XMultiServiceFactory;
|
||||
import com.sun.star.uno.XInterface;
|
||||
import java.io.PrintWriter;
|
||||
|
||||
import lib.StatusException;
|
||||
import lib.TestCase;
|
||||
import lib.TestEnvironment;
|
||||
import lib.TestParameters;
|
||||
import util.utils;
|
||||
|
||||
import com.sun.star.lang.XMultiServiceFactory;
|
||||
import com.sun.star.uno.XInterface;
|
||||
|
||||
/**
|
||||
* Test for <code>com.sun.star.comp.stoc.Java2</code> service <p>
|
||||
* Files which are used :
|
||||
@ -121,7 +123,6 @@ public class JavaComponentLoader extends TestCase {
|
||||
tEnv.addObjRelation("ImplementationLoader",
|
||||
"com.sun.star.loader.JavaComponentLoader") ;
|
||||
|
||||
String jarname = "MyPersistentObjectImpl.jar";
|
||||
String implURL = utils.getFullTestURL("qadevlibs/MyPersistObjectImpl.jar");
|
||||
tEnv.addObjRelation("ImplementationUrl", implURL) ;
|
||||
log.println("looking for shared lib: " + implURL);
|
||||
|
||||
Reference in New Issue
Block a user