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:
Jason van Zyl 2007-02-28 01:09:28 +00:00
parent 26f962ba60
commit dbb4e5ed3d

View File

@ -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 );