mirror of https://github.com/apache/maven.git
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:
parent
b31db60bff
commit
f35b9869af
|
@ -24,7 +24,8 @@
|
|||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue