Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests
In directory sc8-pr-cvs1:/tmp/cvs-serv18387/tests/scannersTests
Modified Files:
BulletScannerTest.java
Log Message:
Quiet down the test output.
Index: BulletScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/BulletScannerTest.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** BulletScannerTest.java 21 Oct 2003 02:24:01 -0000 1.11
--- BulletScannerTest.java 26 Oct 2003 03:53:33 -0000 1.12
***************
*** 81,85 ****
for (NodeIterator i = parser.elements();i.hasMoreNodes();) {
Node node = i.nextNode();
! System.out.println(node.toHtml());
}
}
--- 81,85 ----
for (NodeIterator i = parser.elements();i.hasMoreNodes();) {
Node node = i.nextNode();
! // System.out.println(node.toHtml());
}
}
|