Kaydet (Commit) 2de417af authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED

2003/09/03 14:54:20 sw 1.2.14.1: #112049#
üst ae7db5a3
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: _XContentProviderManager.java,v $ * $RCSfile: _XContentProviderManager.java,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change:$Date: 2003-05-27 12:29:40 $ * last change:$Date: 2003-09-08 11:24:22 $
* *
* 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
...@@ -61,6 +61,10 @@ ...@@ -61,6 +61,10 @@
package ifc.ucb; package ifc.ucb;
import lib.MultiMethodTest;
import lib.Status;
import lib.StatusException;
import com.sun.star.lang.XMultiServiceFactory; import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.ucb.ContentProviderInfo; import com.sun.star.ucb.ContentProviderInfo;
import com.sun.star.ucb.DuplicateProviderException; import com.sun.star.ucb.DuplicateProviderException;
...@@ -68,9 +72,6 @@ import com.sun.star.ucb.XContentProvider; ...@@ -68,9 +72,6 @@ import com.sun.star.ucb.XContentProvider;
import com.sun.star.ucb.XContentProviderManager; import com.sun.star.ucb.XContentProviderManager;
import com.sun.star.uno.Exception; import com.sun.star.uno.Exception;
import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.UnoRuntime;
import lib.MultiMethodTest;
import lib.Status;
import lib.StatusException;
/** /**
* Tests XContentProviderManager. The test registers two ContentProviders, calls * Tests XContentProviderManager. The test registers two ContentProviders, calls
...@@ -257,12 +258,12 @@ public class _XContentProviderManager extends MultiMethodTest { ...@@ -257,12 +258,12 @@ public class _XContentProviderManager extends MultiMethodTest {
} }
} }
boolean gotTheRightOne = util.ValueComparer.equalValue // boolean gotTheRightOne = util.ValueComparer.equalValue
(result,contentProvider); // (result,contentProvider);
tRes.tested("queryContentProvider()", found); tRes.tested("queryContentProvider()", found);
gotTheRightOne = result.equals(contentProvider); // gotTheRightOne = result.equals(contentProvider);
} }
......
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