mirror of
https://github.com/apache/maven.git
synced 2025-02-22 18:04:52 +00:00
o activating some tests now that we have some maven version control
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@512539 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
26f962ba60
commit
dbb4e5ed3d
@ -1,13 +1,12 @@
|
||||
package org.apache.maven.integrationtests;
|
||||
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestSuite;
|
||||
import org.apache.maven.it.VerificationException;
|
||||
import org.apache.maven.it.Verifier;
|
||||
|
||||
import java.io.PrintStream;
|
||||
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestSuite;
|
||||
|
||||
public class IntegrationTestSuite
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
@ -111,7 +110,7 @@ public static Test suite() throws VerificationException
|
||||
suite.addTestSuite( MavenIT0087Test.class );
|
||||
suite.addTestSuite( MavenIT0088Test.class );
|
||||
suite.addTestSuite( MavenIT0089Test.class );
|
||||
// suite.addTestSuite(MavenIT0090Test.class);
|
||||
suite.addTestSuite(MavenIT0090Test.class);
|
||||
// suite.addTestSuite(MavenIT0091Test.class);
|
||||
suite.addTestSuite( MavenIT0092Test.class );
|
||||
// suite.addTestSuite( MavenIT0093Test.class );
|
||||
|
Loading…
x
Reference in New Issue
Block a user