summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sfx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-06-14 14:52:04 +0000
committerOliver Bolte <obo@openoffice.org>2005-06-14 14:52:04 +0000
commit79c123d68cbb95f33af63d77bfff1f98c81401df (patch)
treea2e0c2fae577b291dc5d3d5683febe5f3cff2180 /qadevOOo/tests/java/mod/_sfx
parentaf9f51697edee00e9aeda94467931caafe2db6a8 (diff)
INTEGRATION: CWS qadev23 (1.3.80); FILE MERGED
2005/04/28 19:11:36 cn 1.3.80.1: #i26075# change object relation for XDispatchProvider
Diffstat (limited to 'qadevOOo/tests/java/mod/_sfx')
-rw-r--r--qadevOOo/tests/java/mod/_sfx/AppDispatchProvider.java9
1 files changed, 4 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/mod/_sfx/AppDispatchProvider.java b/qadevOOo/tests/java/mod/_sfx/AppDispatchProvider.java
index d1e589d0af18..4102ab28686e 100644
--- a/qadevOOo/tests/java/mod/_sfx/AppDispatchProvider.java
+++ b/qadevOOo/tests/java/mod/_sfx/AppDispatchProvider.java
@@ -2,9 +2,9 @@
*
* $RCSfile: AppDispatchProvider.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change:$Date: 2003-09-08 12:28:08 $
+ * last change:$Date: 2005-06-14 15:52:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,9 +128,8 @@ public class AppDispatchProvider extends TestCase {
log.println( "creating a new environment for object" );
TestEnvironment tEnv = new TestEnvironment( oObj );
- // adding relation for XFrameLoader
- tEnv.addObjRelation("XDispatchProvider.URL", "slot:5302") ;
-
+ // adding relation for :XDispatchProvider
+ tEnv.addObjRelation("XDispatchProvider.URL", ".uno:BibliographyComponent") ;
return tEnv;
} // finish method getTestEnvironment