summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-03-09 09:19:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-03-09 09:19:43 +0000
commit97dba396c85e25fe4ada26dab6471c6e8fa33016 (patch)
treec28e3f19873f0dba6a8fce7a5b29fa6d7340f1a7 /qadevOOo/tests
parent487336c5beb0b336dce5205132aa3670235ac859 (diff)
INTEGRATION: CWS fwkmerge1 (1.1.78); FILE MERGED
2004/02/18 12:44:57 sw 1.1.78.1: #115240#
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r--qadevOOo/tests/basic/ifc/registry/XImplementationRegistration/registry_XImplementationRegistration.xba6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/basic/ifc/registry/XImplementationRegistration/registry_XImplementationRegistration.xba b/qadevOOo/tests/basic/ifc/registry/XImplementationRegistration/registry_XImplementationRegistration.xba
index f8bc7e82ca7c..769a0a795d39 100644
--- a/qadevOOo/tests/basic/ifc/registry/XImplementationRegistration/registry_XImplementationRegistration.xba
+++ b/qadevOOo/tests/basic/ifc/registry/XImplementationRegistration/registry_XImplementationRegistration.xba
@@ -7,9 +7,9 @@
'*
'* $RCSfile: registry_XImplementationRegistration.xba,v $
'*
-'* $Revision: 1.1 $
+'* $Revision: 1.2 $
'*
-'* last change:$Date: 2003-01-27 17:51:35 $
+'* last change:$Date: 2004-03-09 10:19:43 $
'*
'* The Contents of this file are made available subject to the terms of
'* either of the following licenses
@@ -94,7 +94,7 @@ On Error Goto ErrHndl
xReg = createUNOService("com.sun.star.registry.SimpleRegistry")
xReg.Open(utils.Path2URL(cTestDocsDir &amp; "XImpReg.reg"), false, true)
aImplementationLoader = "com.sun.star.loader.Java2"
- aLocation = utils.Path2URL(cTestDocsDir &amp; "bascomps.jar")
+ aLocation = utils.Path2URL(cTestDocsDir &amp; "qadevlibs/MyPersistObjectImpl.jar")
Test.StartMethod("getImplementations()")
bOK = true