commit df7b57996d8f5709e05829c8cd3ead181c0fce1a Author: Alex Lehmann <alexl...@gmail.com> AuthorDate: Sat Jul 28 01:09:40 2012 +0200 Commit: Mauro Talevi <mauro.tal...@aquilonia.org> CommitDate: Sun Jul 29 01:43:47 2012 +0100
JBEHAVE-802: Some template-generated reports are invalid. removed debug output and a few tabs diff --git a/jbehave-core/src/test/java/org/jbehave/core/reporters/TemplateableOutputBehaviour.java b/jbehave-core/src/test/java/org/jbehave/core/reporters/TemplateableOutputBehaviour.java index d40802a..f1921e0 100644 --- a/jbehave-core/src/test/java/org/jbehave/core/reporters/TemplateableOutputBehaviour.java +++ b/jbehave-core/src/test/java/org/jbehave/core/reporters/TemplateableOutputBehaviour.java @@ -61,9 +61,6 @@ public class TemplateableOutputBehaviour { // will throw SAXException if the xml file is not well-formed XMLUnit.buildTestDocument(out); - - System.out.println(file); - System.out.println(out); assertThatOutputIs(out, expected); }