From 3c3feccb818b548aac608a8eb63c053bf7af3dc1 Mon Sep 17 00:00:00 2001 From: Daniel Boelzle Date: Wed, 27 Nov 2002 09:07:33 +0000 Subject: #104312# extended tests --- testtools/com/sun/star/comp/bridge/TestComponent.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'testtools/com') diff --git a/testtools/com/sun/star/comp/bridge/TestComponent.java b/testtools/com/sun/star/comp/bridge/TestComponent.java index 12edef2d8e83..318e5469a5b4 100644 --- a/testtools/com/sun/star/comp/bridge/TestComponent.java +++ b/testtools/com/sun/star/comp/bridge/TestComponent.java @@ -2,9 +2,9 @@ * * $RCSfile: TestComponent.java,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: kr $ $Date: 2001-05-04 07:05:17 $ + * last change: $Author: dbo $ $Date: 2002-11-27 10:07:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,7 +61,6 @@ package com.sun.star.comp.bridge; - import com.sun.star.comp.loader.FactoryHelper; import com.sun.star.lang.XServiceInfo; @@ -84,6 +83,7 @@ import com.sun.star.registry.XRegistryKey; import com.sun.star.uno.Type; + public class TestComponent { static public final boolean DEBUG = false; @@ -430,6 +430,9 @@ public class TestComponent { _testElements = io_testElements[0]; _testDataElements = io_testDataElements[0]; + io_testElements[ 0 ] = + new TestElement [] { io_testElements[ 0 ][ 1 ], io_testElements[ 0 ][ 0 ] }; + return _testDataElements; } -- cgit