diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-27 11:51:47 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-27 11:51:47 +0000 |
commit | 6d1a951fb8ddad31976822a04c52ec2b261b29df (patch) | |
tree | 64cf963b9ad2af2c7bc3a65dbd5b752f26537682 | |
parent | 3388e202fc3b6b40463b985f00f3883382ee33e5 (diff) |
INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED
2003/05/21 10:56:21 sg 1.1.8.1: #109819# prepare devide of runner
-rw-r--r-- | qadevOOo/tests/java/mod/_insp/Introspection.java | 6 | ||||
-rw-r--r-- | qadevOOo/tests/java/mod/_inv/Invocation.java | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/mod/_insp/Introspection.java b/qadevOOo/tests/java/mod/_insp/Introspection.java index 32938134b..cf36c145a 100644 --- a/qadevOOo/tests/java/mod/_insp/Introspection.java +++ b/qadevOOo/tests/java/mod/_insp/Introspection.java @@ -2,9 +2,9 @@ * * $RCSfile: Introspection.java,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change:$Date: 2003-01-27 18:15:43 $ + * last change:$Date: 2003-05-27 12:51:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,7 +95,7 @@ public class Introspection extends TestCase { Object oInterface = null; try { - XMultiServiceFactory xMSF = Param.getMSF(); + XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF(); oInterface = xMSF.createInstance ( "com.sun.star.comp.stoc.Introspection" ); } catch( com.sun.star.uno.Exception e ) { diff --git a/qadevOOo/tests/java/mod/_inv/Invocation.java b/qadevOOo/tests/java/mod/_inv/Invocation.java index a614fab16..4f5201477 100644 --- a/qadevOOo/tests/java/mod/_inv/Invocation.java +++ b/qadevOOo/tests/java/mod/_inv/Invocation.java @@ -2,9 +2,9 @@ * * $RCSfile: Invocation.java,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change:$Date: 2003-01-27 18:15:45 $ + * last change:$Date: 2003-05-27 12:51:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,7 +106,7 @@ public class Invocation extends TestCase { * </ul> */ protected TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) { - XMultiServiceFactory xMSF = tParam.getMSF(); + XMultiServiceFactory xMSF = (XMultiServiceFactory)tParam.getMSF(); try { XInterface xInt = (XInterface)xMSF.createInstance( |