summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/lang
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 16:48:08 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 16:48:08 +0000
commit91298f74b23686b44fc4d3ac704460809656a142 (patch)
tree8618136c84a65a6ecf8f5b70b4ee77a53c70d407 /qadevOOo/tests/java/ifc/lang
parentf1c02b1b70c877e247a0fef685f82904f7175cba (diff)
INTEGRATION: CWS qadev24 (1.4.2); FILE MERGED
2005/09/19 13:01:15 cn 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/13 10:25:28 cn 1.4.2.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'
Diffstat (limited to 'qadevOOo/tests/java/ifc/lang')
-rw-r--r--qadevOOo/tests/java/ifc/lang/_XInitialization.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/lang/_XInitialization.java b/qadevOOo/tests/java/ifc/lang/_XInitialization.java
index 3b5d80eb02ce..7f3fa84fef34 100644
--- a/qadevOOo/tests/java/ifc/lang/_XInitialization.java
+++ b/qadevOOo/tests/java/ifc/lang/_XInitialization.java
@@ -4,9 +4,9 @@
*
* $RCSfile: _XInitialization.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 00:15:06 $
+ * last change: $Author: kz $ $Date: 2005-11-02 17:48:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -71,6 +71,7 @@ public class _XInitialization extends MultiMethodTest {
log.println("calling method with valid arguments...");
Object[] args = (Object[]) tEnv.getObjRelation("XInitialization.args");
if (args==null) {
+ System.out.println("Using new Object[0] as Argument");
xInit.initialize(new Object[0]);
} else {
xInit.initialize(args);