diff options
author | Kay Ramme <kr@openoffice.org> | 2001-01-17 08:35:10 +0000 |
---|---|---|
committer | Kay Ramme <kr@openoffice.org> | 2001-01-17 08:35:10 +0000 |
commit | 4358274cd752d4ada5652baf9026761f210b5a62 (patch) | |
tree | 78d9801b2af1169b1d46c5aa54322bf6a206cd65 /jurt | |
parent | 1b0386a7013b359a7dfb4e3bd3d2e4020b6dd054 (diff) |
added tab for title output
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/test/com/sun/star/comp/connections/PipedConnection_Test.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jurt/test/com/sun/star/comp/connections/PipedConnection_Test.java b/jurt/test/com/sun/star/comp/connections/PipedConnection_Test.java index 280e24854c93..69c9a683800d 100644 --- a/jurt/test/com/sun/star/comp/connections/PipedConnection_Test.java +++ b/jurt/test/com/sun/star/comp/connections/PipedConnection_Test.java @@ -2,9 +2,9 @@ * * $RCSfile: PipedConnection_Test.java,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:27:54 $ + * last change: $Author: kr $ $Date: 2001-01-17 09:35:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -152,7 +152,7 @@ public class PipedConnection_Test { } static public boolean test(Vector notpassed) throws Exception { - System.err.println("\tTesting PipedConnection..."); + System.err.println("Testing PipedConnection..."); PipedConnection rightSide = new PipedConnection(new Object[0]); PipedConnection leftSide = new PipedConnection(new Object[]{rightSide}); |