summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_ucpdav
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 13:09:07 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 13:09:07 +0000
commitfe2aaa4d2c43ab212f96da2b0fb26b4e1741eae8 (patch)
tree89f47249264e77c9b3be8b83dfff3fbe6e49ef64 /qadevOOo/tests/java/mod/_ucpdav
parent777a33263fb4d204bd3014feb23120b60b36fc15 (diff)
INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED
2003/05/21 10:59:33 sg 1.1.8.1: #109819# prepare devide of runner
Diffstat (limited to 'qadevOOo/tests/java/mod/_ucpdav')
-rw-r--r--qadevOOo/tests/java/mod/_ucpdav/WebDAVContentProvider.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_ucpdav/WebDAVContentProvider.java b/qadevOOo/tests/java/mod/_ucpdav/WebDAVContentProvider.java
index 813664b89aa9..7176049a36d3 100644
--- a/qadevOOo/tests/java/mod/_ucpdav/WebDAVContentProvider.java
+++ b/qadevOOo/tests/java/mod/_ucpdav/WebDAVContentProvider.java
@@ -2,9 +2,9 @@
*
* $RCSfile: WebDAVContentProvider.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:19:45 $
+ * last change:$Date: 2003-05-27 14:08:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@ public class WebDAVContentProvider extends TestCase {
*/
public TestEnvironment createTestEnvironment
(TestParameters tParam, PrintWriter log) {
- XMultiServiceFactory xMSF = tParam.getMSF();
+ XMultiServiceFactory xMSF = (XMultiServiceFactory)tParam.getMSF();
XInterface xInt;
log.println("creating WebDAVContentProvider instance");