commit 73deb6b92daa752b355cf7c7b64e2f38f085906b Author: Alex Lehmann <alexl...@gmail.com> AuthorDate: Sat Jul 28 01:09:40 2012 +0200 Commit: Alex Lehmann <alexl...@gmail.com> CommitDate: Sat Jul 28 01:09:40 2012 +0200
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 902a451..331b353 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); }