suite() must be defined for tests using jdk 1.4

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6394 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch committed 2008-08-25 01:50:31 +00:00
1 parent 3abcb539f3
commit 630aa59c83
1 file changed
+4
@@ -80,4 +80,8 @@ public class TypeMapTest {
Assert.assertTrue(map.size() == 6);
}
public static junit.framework.Test suite() {
return new junit.framework.JUnit4TestAdapter(TypeMapTest.class);
}
}