Skip to content

Commit

Permalink
removed unnecessary standard output prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Fryc committed Dec 23, 2010
1 parent ceafa65 commit 737c0aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Expand Up @@ -61,8 +61,6 @@ public void testPropertiesShouldPass() throws SAXException, IOException {
parse(); parse();


org.jboss.lupic.suite.PatternRetriever retriever = (org.jboss.lupic.suite.PatternRetriever) handler.getVisualSuite().getGlobalConfiguration().getPatternRetriever(); org.jboss.lupic.suite.PatternRetriever retriever = (org.jboss.lupic.suite.PatternRetriever) handler.getVisualSuite().getGlobalConfiguration().getPatternRetriever();
List<Element> any = retriever.getAny();
System.out.println(any.toString());


try { try {
assertNull(retriever.retrieve(SOURCE, new Properties())); assertNull(retriever.retrieve(SOURCE, new Properties()));
Expand Down
Expand Up @@ -73,7 +73,6 @@ public void testXmlResultWriter() throws InterruptedException {
latch.await(); latch.await();
Assert.assertNull(writer.validatingReader.validationMessage, Assert.assertNull(writer.validatingReader.validationMessage,
writer.validatingReader.validationMessage); writer.validatingReader.validationMessage);
System.err.println(new String(writer.byteStream.toByteArray()));
} }


@AfterMethod(alwaysRun = true) @AfterMethod(alwaysRun = true)
Expand Down

0 comments on commit 737c0aa

Please sign in to comment.