forked from phoedos/pmd
Fixed ReportTest broken by SuppressWarning change
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4869 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -131,7 +131,7 @@ public class ReportTest extends RuleTst implements ReportListener {
|
||||
"public class Foo {}" + PMD.EOL;
|
||||
|
||||
private static final String TEST2 =
|
||||
"@SuppressWarnings(\"\")" + PMD.EOL +
|
||||
"@SuppressWarnings(\"PMD\")" + PMD.EOL +
|
||||
"public class Foo {}";
|
||||
|
||||
private static final String TEST3 =
|
||||
|
Reference in New Issue
Block a user