mirror of https://github.com/apache/maven.git
o need to actually extends TestCase ...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463843 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1d36174094
commit
9427cf2c38
|
@ -99,7 +99,8 @@ EOF
|
|||
print $filename . "\n";
|
||||
print T "package org.apache.maven.it;\n";
|
||||
print T "import java.io.File;\n";
|
||||
print T "public class MavenIntegrationTest_${filename} /*extends AbstractMavenIntegrationTest*/ {\n";
|
||||
print T "import junit.framework.*;\n";
|
||||
print T "public class MavenIntegrationTest_${filename} extends TestCase /*extends AbstractMavenIntegrationTest*/ {\n";
|
||||
print T "/** $comment{$filename} */\n";
|
||||
print T "public void test_$filename() throws Exception {\n";
|
||||
print T "String rootdir = System.getProperty(\"rootdir\");\n";
|
||||
|
|
Loading…
Reference in New Issue