fix some integration tests that were over-testing for their spec, and incorrectly so

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-03-08 05:57:00 +00:00
parent b31db60bff
commit f35b9869af
3 changed files with 4 additions and 8 deletions

View File

@ -24,7 +24,8 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>
</project>

View File

@ -1,8 +1,6 @@
package org.apache.maven.it0011;
import org.codehaus.classworlds.ClassRealm;
public class PersonFinder
{
private ClassRealm classRealm;
org.apache.maven.plugin.Plugin plugin;
}

View File

@ -1,9 +1,6 @@
package org.apache.maven.it0012;
import org.codehaus.classworlds.ClassRealm;
import junit.framework.TestCase;
public class PersonFinder
{
private ClassRealm classRealm;
private org.apache.maven.plugin.Plugin plugin;
}