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:
Tom Copeland
2006-12-11 22:52:21 +00:00
parent 3006a12892
commit 3bb598ccd9

View File

@ -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 =