added tab for title output

This commit is contained in:
Kay Ramme 2001-01-17 08:35:10 +00:00
parent 1b0386a701
commit 4358274cd7

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: PipedConnection_Test.java,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -152,7 +152,7 @@ public class PipedConnection_Test {
} }
static public boolean test(Vector notpassed) throws Exception { 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 rightSide = new PipedConnection(new Object[0]);
PipedConnection leftSide = new PipedConnection(new Object[]{rightSide}); PipedConnection leftSide = new PipedConnection(new Object[]{rightSide});