Kaydet (Commit) 20bdb0cd authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED

2003/05/21 10:55:27 sg 1.1.8.1: #109819# prepare devide of runner
üst 5c68020e
......@@ -2,9 +2,9 @@
*
* $RCSfile: ODriver.java,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change:$Date: 2003-01-27 18:14:18 $
* last change:$Date: 2003-05-27 12:32:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -62,6 +62,7 @@
package mod._ado;
import lib.TestCase;
import com.sun.star.lang.XMultiServiceFactory;
import lib.TestParameters;
import java.io.PrintWriter;
import lib.TestEnvironment;
......@@ -103,7 +104,7 @@ public class ODriver extends TestCase {
XInterface oObj = null;
try {
oObj = (XInterface)Param.getMSF().
oObj = (XInterface)((XMultiServiceFactory)Param.getMSF()).
createInstance("com.sun.star.comp.sdbc.ado.ODriver");
} catch (com.sun.star.uno.Exception e) {
e.printStackTrace(log);
......@@ -133,4 +134,4 @@ public class ODriver extends TestCase {
return tEnv;
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment