File tree Expand file tree Collapse file tree
src/test/java/org/apache/commons/io/input Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ public void testLongFile() throws Exception {
9898 while (lines .isEmpty () || !lines .get (lines .size () - 1 ).equals ("SBTOURIST" )) {
9999 lines = listener .getLines ();
100100 }
101- System .out .println ("Elapsed: " + (System .currentTimeMillis () - start ));
101+ // System.out.println("Elapsed: " + (System.currentTimeMillis() - start));
102102
103103 listener .clear ();
104104 }
@@ -127,7 +127,7 @@ public void testBufferBreak() throws Exception {
127127
128128 @ Test
129129 public void testMultiByteBreak () throws Exception {
130- System .out .println ("testMultiByteBreak() Default charset: " + Charset .defaultCharset ().displayName ());
130+ // System.out.println("testMultiByteBreak() Default charset: " + Charset.defaultCharset().displayName());
131131 final long delay = 50 ;
132132 final File origin = new File (this .getClass ().getResource ("/test-file-utf8.bin" ).toURI ());
133133 final File file = new File (getTestDirectory (), "testMultiByteBreak.txt" );
You can’t perform that action at this time.
0 commit comments