Revert inadvertent commit.

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6566 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Ryan Gustafson
2008-10-06 05:39:25 +00:00
parent 302e38ba8d
commit 28e409d901

@ -77,9 +77,6 @@ public abstract class SimpleAggregatorTst extends RuleTst {
}
} catch (Throwable t) {
Failure f = CustomXmlTestClassMethodsRunner.createFailure(r, t);
System.out.println("-----");
System.out.println(f.getTestHeader());
System.out.println(f.getMessage());
l.add(f);
}
}