Skip to content

Commit 65c6dc3

Browse files
committed
removed main method
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140440 13f79535-47bb-0310-9956-ffa450edef68
1 parent ed23a1a commit 65c6dc3

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

src/test/org/apache/commons/io/output/TeeOutputStreamTest.java

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/test/org/apache/commons/io/output/TeeOutputStreamTest.java,v 1.1 2003/11/23 09:32:45 bayard Exp $
3-
* $Revision: 1.1 $
4-
* $Date: 2003/11/23 09:32:45 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/test/org/apache/commons/io/output/TeeOutputStreamTest.java,v 1.2 2003/11/27 06:57:44 bayard Exp $
3+
* $Revision: 1.2 $
4+
* $Date: 2003/11/27 06:57:44 $
55
*
66
* ====================================================================
77
*
@@ -71,7 +71,7 @@
7171

7272
/**
7373
* @author Henri Yandell (bayard at apache dot org)
74-
* @version $Revision: 1.1 $ $Date: 2003/11/23 09:32:45 $
74+
* @version $Revision: 1.2 $ $Date: 2003/11/27 06:57:44 $
7575
*/
7676

7777
public class TeeOutputStreamTest extends TestCase {
@@ -110,8 +110,4 @@ private void assertByteArrayEquals(String msg, byte[] array1, byte[] array2) {
110110
}
111111
}
112112

113-
public static void main(String[] ignored_args) {
114-
System.out.println("Testing io.output.Stream functionality");
115-
junit.textui.TestRunner.run(TeeOutputStreamTest.class);
116-
}
117113
}

0 commit comments

Comments
 (0)