Browse Source

remove unexpected use of System.out

tags/2.6
fmallet 13 years ago
parent
commit
c889c986bc

+ 0
- 1
plugins/sonar-pmd-plugin/src/test/java/org/sonar/plugins/pmd/PmdProfileExporterTest.java View File

@@ -58,7 +58,6 @@ public class PmdProfileExporterTest {
xpath.setParameter(PmdConstants.XPATH_EXPRESSION_PARAM, "//FieldDeclaration");
xpath.setParameter(PmdConstants.XPATH_MESSAGE_PARAM, "This is bad");
exporter.exportProfile(profile, xmlOutput);
System.out.println(xmlOutput.toString());
assertEquals(TestUtils.getResourceContent("/org/sonar/plugins/pmd/export_xpath_rules.xml"), xmlOutput.toString());
}


Loading…
Cancel
Save