Kaydet (Commit) 825b3490 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED

2003/09/03 13:41:37 sw 1.1.28.1: #112049#
üst 7bb8016d
......@@ -2,9 +2,9 @@
*
* $RCSfile: _XDocumentInfo.java,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change:$Date: 2003-01-27 18:08:58 $
* last change:$Date: 2003-09-08 10:25:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -61,9 +61,10 @@
package ifc.document;
import lib.MultiMethodTest;
import com.sun.star.document.XDocumentInfo;
import com.sun.star.lang.ArrayIndexOutOfBoundsException;
import lib.MultiMethodTest;
/**
* Testing <code>com.sun.star.document.XDocumentInfo</code>
......@@ -140,8 +141,6 @@ public class _XDocumentInfo extends MultiMethodTest {
public void _setUserFieldName() {
requiredMethod("getUserFieldName()");
boolean passed = true;
for (short i = 0; i < fieldCount; i++) {
String newName = oldNames[i] + "_new";
......@@ -221,8 +220,6 @@ public class _XDocumentInfo extends MultiMethodTest {
public void _setUserFieldValue() {
requiredMethod("getUserFieldValue()");
boolean passed = true;
for (short i = 0; i < fieldCount; i++) {
String newValue = oldValues[i] + "_new";
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: _XDocumentInsertable.java,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change:$Date: 2003-01-27 18:08:58 $
* last change:$Date: 2003-09-08 10:26:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -61,15 +61,16 @@
package ifc.document;
import com.sun.star.beans.PropertyValue;
import com.sun.star.document.XDocumentInsertable;
import com.sun.star.text.XTextRange;
import com.sun.star.uno.UnoRuntime;
import lib.MultiMethodTest;
import lib.Status;
import lib.StatusException;
import util.utils;
import com.sun.star.beans.PropertyValue;
import com.sun.star.document.XDocumentInsertable;
import com.sun.star.text.XTextRange;
import com.sun.star.uno.UnoRuntime;
/**
* Testing <code>com.sun.star.document.XDocumentInsertable</code>
......@@ -203,5 +204,12 @@ public class _XDocumentInsertable extends MultiMethodTest {
tRes.tested("insertDocumentFromURL()", result);
}
/**
* Forces environment recreation.
*/
protected void after() {
disposeEnvironment();
}
} // finish class _XDocumentInsertable
......@@ -2,9 +2,9 @@
*
* $RCSfile: _XEmbeddedObjectSupplier.java,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change:$Date: 2003-01-27 18:08:57 $
* last change:$Date: 2003-09-08 10:26:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -61,9 +61,10 @@
package ifc.document;
import com.sun.star.document.XEmbeddedObjectSupplier;
import lib.MultiMethodTest;
import com.sun.star.document.XEmbeddedObjectSupplier;
/**
* Testing <code>com.sun.star.document.XEmbeddedObjectSupplier</code>
* interface methods :
......
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