diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2002-11-27 09:07:33 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2002-11-27 09:07:33 +0000 |
commit | 3c3feccb818b548aac608a8eb63c053bf7af3dc1 (patch) | |
tree | a05b8a49cdba7b0cdb6f8d141fe87d4591c5c12d /testtools/com | |
parent | beccf65cbf9e9a8a5435c87530b2f49ba8a8ee1c (diff) |
#104312# extended tests
Diffstat (limited to 'testtools/com')
-rw-r--r-- | testtools/com/sun/star/comp/bridge/TestComponent.java | 9 |
1 files changed, 6 insertions, 3 deletions
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; } |