Make it a test case

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113983 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-09-09 00:28:38 +00:00
parent 101a5c286f
commit 5ce5e35f83

View File

@ -6,7 +6,7 @@ import junit.framework.TestCase;
* A really simple JUnit test class that tests nothing!
* @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
*/
public class TestSimpleJava {
public class TestSimpleJava extends junit.framework.TestCase {
public void testNothing() {
}
}