Kaydet (Commit) 79c123d6 authored tarafından Oliver Bolte's avatar Oliver Bolte

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
üst af9f5169
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: AppDispatchProvider.java,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -128,9 +128,8 @@ public class AppDispatchProvider extends TestCase { ...@@ -128,9 +128,8 @@ public class AppDispatchProvider extends TestCase {
log.println( "creating a new environment for object" ); log.println( "creating a new environment for object" );
TestEnvironment tEnv = new TestEnvironment( oObj ); TestEnvironment tEnv = new TestEnvironment( oObj );
// adding relation for XFrameLoader // adding relation for :XDispatchProvider
tEnv.addObjRelation("XDispatchProvider.URL", "slot:5302") ; tEnv.addObjRelation("XDispatchProvider.URL", ".uno:BibliographyComponent") ;
return tEnv; return tEnv;
} // finish method getTestEnvironment } // finish method getTestEnvironment
......
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