This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-resources.git


The following commit(s) were added to refs/heads/master by this push:
     new 85d4889  chore: remove junit3 references
85d4889 is described below

commit 85d4889db0ba3298e7be09eed868b597c482e55c
Author: Sandra Parsick <[email protected]>
AuthorDate: Wed Oct 22 08:58:36 2025 +0200

    chore: remove junit3 references
---
 .../maven-projects/basics/basics-child1/pom.xml    |  9 +----
 .../test/java/org/apache/assembly/it/AppTest.java  | 35 +-------------------
 .../maven-projects/basics/basics-child2/pom.xml    |  9 +----
 .../test/java/org/apache/assembly/it/AppTest.java  | 34 +------------------
 .../build-output-dir-child1/pom.xml                |  9 +----
 .../test/java/org/apache/assembly/it/AppTest.java  | 34 +------------------
 .../build-output-dir-child2/pom.xml                |  9 +----
 .../test/java/org/apache/assembly/it/AppTest.java  | 35 +-------------------
 .../ide-excludes/ide-excludes-child1/pom.xml       |  9 +----
 .../test/java/org/apache/assembly/it/AppTest.java  | 38 ++--------------------
 .../ide-excludes/ide-excludes-child2/pom.xml       |  9 +----
 .../test/java/org/apache/assembly/it/AppTest.java  | 34 +------------------
 .../misc-excludes/misc-excludes-child1/pom.xml     |  9 +----
 .../test/java/org/apache/assembly/it/AppTest.java  | 35 +-------------------
 .../misc-excludes/misc-excludes-child2/pom.xml     |  9 +----
 .../test/java/org/apache/assembly/it/AppTest.java  | 33 +------------------
 .../shared-resources-child1/pom.xml                |  9 +----
 .../test/java/org/apache/assembly/it/AppTest.java  | 35 +-------------------
 .../shared-resources-child2/pom.xml                |  9 +----
 .../test/java/org/apache/assembly/it/AppTest.java  | 33 +------------------
 .../test/java/org/apache/assembly/it/AppTest.java  | 35 +-------------------
 .../test/java/org/apache/assembly/it/AppTest.java  | 35 +-------------------
 .../test/java/org/apache/assembly/it/AppTest.java  | 35 +-------------------
 23 files changed, 24 insertions(+), 517 deletions(-)

diff --git 
a/source-release/src/test/resources/maven-projects/basics/basics-child1/pom.xml 
b/source-release/src/test/resources/maven-projects/basics/basics-child1/pom.xml
index 24de77b..3f14391 100644
--- 
a/source-release/src/test/resources/maven-projects/basics/basics-child1/pom.xml
+++ 
b/source-release/src/test/resources/maven-projects/basics/basics-child1/pom.xml
@@ -30,12 +30,5 @@ under the License.
 
   <artifactId>basics-child1</artifactId>
 
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+
 </project>
diff --git 
a/source-release/src/test/resources/maven-projects/basics/basics-child1/src/test/java/org/apache/assembly/it/AppTest.java
 
b/source-release/src/test/resources/maven-projects/basics/basics-child1/src/test/java/org/apache/assembly/it/AppTest.java
index c6b11d0..303c0a6 100644
--- 
a/source-release/src/test/resources/maven-projects/basics/basics-child1/src/test/java/org/apache/assembly/it/AppTest.java
+++ 
b/source-release/src/test/resources/maven-projects/basics/basics-child1/src/test/java/org/apache/assembly/it/AppTest.java
@@ -19,39 +19,6 @@ package org.apache.assembly.it;
  * under the License.
  */
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
+public class AppTest
 {
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
 }
diff --git 
a/source-release/src/test/resources/maven-projects/basics/basics-child2/pom.xml 
b/source-release/src/test/resources/maven-projects/basics/basics-child2/pom.xml
index 975f830..cd182a2 100644
--- 
a/source-release/src/test/resources/maven-projects/basics/basics-child2/pom.xml
+++ 
b/source-release/src/test/resources/maven-projects/basics/basics-child2/pom.xml
@@ -30,12 +30,5 @@ under the License.
   
   <artifactId>basics-child2</artifactId>
 
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+
 </project>
diff --git 
a/source-release/src/test/resources/maven-projects/basics/basics-child2/src/test/java/org/apache/assembly/it/AppTest.java
 
b/source-release/src/test/resources/maven-projects/basics/basics-child2/src/test/java/org/apache/assembly/it/AppTest.java
index c6b11d0..989cff6 100644
--- 
a/source-release/src/test/resources/maven-projects/basics/basics-child2/src/test/java/org/apache/assembly/it/AppTest.java
+++ 
b/source-release/src/test/resources/maven-projects/basics/basics-child2/src/test/java/org/apache/assembly/it/AppTest.java
@@ -19,39 +19,7 @@ package org.apache.assembly.it;
  * under the License.
  */
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
+public class AppTest
 {
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
 
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
 }
diff --git 
a/source-release/src/test/resources/maven-projects/build-output-dir/build-output-dir-child1/pom.xml
 
b/source-release/src/test/resources/maven-projects/build-output-dir/build-output-dir-child1/pom.xml
index 0140619..3d3f0a2 100644
--- 
a/source-release/src/test/resources/maven-projects/build-output-dir/build-output-dir-child1/pom.xml
+++ 
b/source-release/src/test/resources/maven-projects/build-output-dir/build-output-dir-child1/pom.xml
@@ -30,12 +30,5 @@ under the License.
 
   <artifactId>build-output-dir-child1</artifactId>
 
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+
 </project>
diff --git 
a/source-release/src/test/resources/maven-projects/build-output-dir/build-output-dir-child1/src/test/java/org/apache/assembly/it/AppTest.java
 
b/source-release/src/test/resources/maven-projects/build-output-dir/build-output-dir-child1/src/test/java/org/apache/assembly/it/AppTest.java
index c6b11d0..989cff6 100644
--- 
a/source-release/src/test/resources/maven-projects/build-output-dir/build-output-dir-child1/src/test/java/org/apache/assembly/it/AppTest.java
+++ 
b/source-release/src/test/resources/maven-projects/build-output-dir/build-output-dir-child1/src/test/java/org/apache/assembly/it/AppTest.java
@@ -19,39 +19,7 @@ package org.apache.assembly.it;
  * under the License.
  */
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
+public class AppTest
 {
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
 
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
 }
diff --git 
a/source-release/src/test/resources/maven-projects/build-output-dir/build-output-dir-child2/pom.xml
 
b/source-release/src/test/resources/maven-projects/build-output-dir/build-output-dir-child2/pom.xml
index 1815700..92ee263 100644
--- 
a/source-release/src/test/resources/maven-projects/build-output-dir/build-output-dir-child2/pom.xml
+++ 
b/source-release/src/test/resources/maven-projects/build-output-dir/build-output-dir-child2/pom.xml
@@ -30,12 +30,5 @@ under the License.
   
   <artifactId>build-output-dir-child2</artifactId>
 
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+
 </project>
diff --git 
a/source-release/src/test/resources/maven-projects/build-output-dir/build-output-dir-child2/src/test/java/org/apache/assembly/it/AppTest.java
 
b/source-release/src/test/resources/maven-projects/build-output-dir/build-output-dir-child2/src/test/java/org/apache/assembly/it/AppTest.java
index c6b11d0..303c0a6 100644
--- 
a/source-release/src/test/resources/maven-projects/build-output-dir/build-output-dir-child2/src/test/java/org/apache/assembly/it/AppTest.java
+++ 
b/source-release/src/test/resources/maven-projects/build-output-dir/build-output-dir-child2/src/test/java/org/apache/assembly/it/AppTest.java
@@ -19,39 +19,6 @@ package org.apache.assembly.it;
  * under the License.
  */
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
+public class AppTest
 {
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
 }
diff --git 
a/source-release/src/test/resources/maven-projects/ide-excludes/ide-excludes-child1/pom.xml
 
b/source-release/src/test/resources/maven-projects/ide-excludes/ide-excludes-child1/pom.xml
index 0cce2f2..5e8df00 100644
--- 
a/source-release/src/test/resources/maven-projects/ide-excludes/ide-excludes-child1/pom.xml
+++ 
b/source-release/src/test/resources/maven-projects/ide-excludes/ide-excludes-child1/pom.xml
@@ -30,12 +30,5 @@ under the License.
 
   <artifactId>ide-excludes-child1</artifactId>
 
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+
 </project>
diff --git 
a/source-release/src/test/resources/maven-projects/ide-excludes/ide-excludes-child1/src/test/java/org/apache/assembly/it/AppTest.java
 
b/source-release/src/test/resources/maven-projects/ide-excludes/ide-excludes-child1/src/test/java/org/apache/assembly/it/AppTest.java
index c6b11d0..89bffb9 100644
--- 
a/source-release/src/test/resources/maven-projects/ide-excludes/ide-excludes-child1/src/test/java/org/apache/assembly/it/AppTest.java
+++ 
b/source-release/src/test/resources/maven-projects/ide-excludes/ide-excludes-child1/src/test/java/org/apache/assembly/it/AppTest.java
@@ -19,39 +19,5 @@ package org.apache.assembly.it;
  * under the License.
  */
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}
+public class AppTest {
+}
\ No newline at end of file
diff --git 
a/source-release/src/test/resources/maven-projects/ide-excludes/ide-excludes-child2/pom.xml
 
b/source-release/src/test/resources/maven-projects/ide-excludes/ide-excludes-child2/pom.xml
index a87e5a1..8e160a2 100644
--- 
a/source-release/src/test/resources/maven-projects/ide-excludes/ide-excludes-child2/pom.xml
+++ 
b/source-release/src/test/resources/maven-projects/ide-excludes/ide-excludes-child2/pom.xml
@@ -30,12 +30,5 @@ under the License.
   
   <artifactId>ide-excludes-child2</artifactId>
 
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+
 </project>
diff --git 
a/source-release/src/test/resources/maven-projects/ide-excludes/ide-excludes-child2/src/test/java/org/apache/assembly/it/AppTest.java
 
b/source-release/src/test/resources/maven-projects/ide-excludes/ide-excludes-child2/src/test/java/org/apache/assembly/it/AppTest.java
index c6b11d0..989cff6 100644
--- 
a/source-release/src/test/resources/maven-projects/ide-excludes/ide-excludes-child2/src/test/java/org/apache/assembly/it/AppTest.java
+++ 
b/source-release/src/test/resources/maven-projects/ide-excludes/ide-excludes-child2/src/test/java/org/apache/assembly/it/AppTest.java
@@ -19,39 +19,7 @@ package org.apache.assembly.it;
  * under the License.
  */
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
+public class AppTest
 {
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
 
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
 }
diff --git 
a/source-release/src/test/resources/maven-projects/misc-excludes/misc-excludes-child1/pom.xml
 
b/source-release/src/test/resources/maven-projects/misc-excludes/misc-excludes-child1/pom.xml
index 6017bde..9bb1518 100644
--- 
a/source-release/src/test/resources/maven-projects/misc-excludes/misc-excludes-child1/pom.xml
+++ 
b/source-release/src/test/resources/maven-projects/misc-excludes/misc-excludes-child1/pom.xml
@@ -30,12 +30,5 @@ under the License.
 
   <artifactId>misc-excludes-child1</artifactId>
 
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+
 </project>
diff --git 
a/source-release/src/test/resources/maven-projects/misc-excludes/misc-excludes-child1/src/test/java/org/apache/assembly/it/AppTest.java
 
b/source-release/src/test/resources/maven-projects/misc-excludes/misc-excludes-child1/src/test/java/org/apache/assembly/it/AppTest.java
index c6b11d0..303c0a6 100644
--- 
a/source-release/src/test/resources/maven-projects/misc-excludes/misc-excludes-child1/src/test/java/org/apache/assembly/it/AppTest.java
+++ 
b/source-release/src/test/resources/maven-projects/misc-excludes/misc-excludes-child1/src/test/java/org/apache/assembly/it/AppTest.java
@@ -19,39 +19,6 @@ package org.apache.assembly.it;
  * under the License.
  */
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
+public class AppTest
 {
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
 }
diff --git 
a/source-release/src/test/resources/maven-projects/misc-excludes/misc-excludes-child2/pom.xml
 
b/source-release/src/test/resources/maven-projects/misc-excludes/misc-excludes-child2/pom.xml
index 5e32772..ab9ad0e 100644
--- 
a/source-release/src/test/resources/maven-projects/misc-excludes/misc-excludes-child2/pom.xml
+++ 
b/source-release/src/test/resources/maven-projects/misc-excludes/misc-excludes-child2/pom.xml
@@ -30,12 +30,5 @@ under the License.
   
   <artifactId>misc-excludes-child2</artifactId>
 
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+
 </project>
diff --git 
a/source-release/src/test/resources/maven-projects/misc-excludes/misc-excludes-child2/src/test/java/org/apache/assembly/it/AppTest.java
 
b/source-release/src/test/resources/maven-projects/misc-excludes/misc-excludes-child2/src/test/java/org/apache/assembly/it/AppTest.java
index c6b11d0..b2c67df 100644
--- 
a/source-release/src/test/resources/maven-projects/misc-excludes/misc-excludes-child2/src/test/java/org/apache/assembly/it/AppTest.java
+++ 
b/source-release/src/test/resources/maven-projects/misc-excludes/misc-excludes-child2/src/test/java/org/apache/assembly/it/AppTest.java
@@ -19,39 +19,8 @@ package org.apache.assembly.it;
  * under the License.
  */
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
+public class AppTest
 {
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
 
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
 }
diff --git 
a/source-release/src/test/resources/maven-projects/shared-resources/shared-resources-child1/pom.xml
 
b/source-release/src/test/resources/maven-projects/shared-resources/shared-resources-child1/pom.xml
index 578ae6e..eda4aa0 100644
--- 
a/source-release/src/test/resources/maven-projects/shared-resources/shared-resources-child1/pom.xml
+++ 
b/source-release/src/test/resources/maven-projects/shared-resources/shared-resources-child1/pom.xml
@@ -30,12 +30,5 @@ under the License.
 
   <artifactId>shared-resources-child1</artifactId>
 
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+
 </project>
diff --git 
a/source-release/src/test/resources/maven-projects/shared-resources/shared-resources-child1/src/test/java/org/apache/assembly/it/AppTest.java
 
b/source-release/src/test/resources/maven-projects/shared-resources/shared-resources-child1/src/test/java/org/apache/assembly/it/AppTest.java
index c6b11d0..303c0a6 100644
--- 
a/source-release/src/test/resources/maven-projects/shared-resources/shared-resources-child1/src/test/java/org/apache/assembly/it/AppTest.java
+++ 
b/source-release/src/test/resources/maven-projects/shared-resources/shared-resources-child1/src/test/java/org/apache/assembly/it/AppTest.java
@@ -19,39 +19,6 @@ package org.apache.assembly.it;
  * under the License.
  */
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
+public class AppTest
 {
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
 }
diff --git 
a/source-release/src/test/resources/maven-projects/shared-resources/shared-resources-child2/pom.xml
 
b/source-release/src/test/resources/maven-projects/shared-resources/shared-resources-child2/pom.xml
index de9f957..5f2c4a0 100644
--- 
a/source-release/src/test/resources/maven-projects/shared-resources/shared-resources-child2/pom.xml
+++ 
b/source-release/src/test/resources/maven-projects/shared-resources/shared-resources-child2/pom.xml
@@ -30,12 +30,5 @@ under the License.
   
   <artifactId>shared-resources-child2</artifactId>
 
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+
 </project>
diff --git 
a/source-release/src/test/resources/maven-projects/shared-resources/shared-resources-child2/src/test/java/org/apache/assembly/it/AppTest.java
 
b/source-release/src/test/resources/maven-projects/shared-resources/shared-resources-child2/src/test/java/org/apache/assembly/it/AppTest.java
index c6b11d0..b2c67df 100644
--- 
a/source-release/src/test/resources/maven-projects/shared-resources/shared-resources-child2/src/test/java/org/apache/assembly/it/AppTest.java
+++ 
b/source-release/src/test/resources/maven-projects/shared-resources/shared-resources-child2/src/test/java/org/apache/assembly/it/AppTest.java
@@ -19,39 +19,8 @@ package org.apache.assembly.it;
  * under the License.
  */
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
+public class AppTest
 {
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
 
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
 }
diff --git 
a/source-release/src/test/resources/maven-projects/single-module/src/test/java/org/apache/assembly/it/AppTest.java
 
b/source-release/src/test/resources/maven-projects/single-module/src/test/java/org/apache/assembly/it/AppTest.java
index c6b11d0..303c0a6 100644
--- 
a/source-release/src/test/resources/maven-projects/single-module/src/test/java/org/apache/assembly/it/AppTest.java
+++ 
b/source-release/src/test/resources/maven-projects/single-module/src/test/java/org/apache/assembly/it/AppTest.java
@@ -19,39 +19,6 @@ package org.apache.assembly.it;
  * under the License.
  */
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
+public class AppTest
 {
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
 }
diff --git 
a/source-release/src/test/resources/maven-projects/zip-and-tar/zip-and-tar-child1/src/test/java/org/apache/assembly/it/AppTest.java
 
b/source-release/src/test/resources/maven-projects/zip-and-tar/zip-and-tar-child1/src/test/java/org/apache/assembly/it/AppTest.java
index c6b11d0..303c0a6 100644
--- 
a/source-release/src/test/resources/maven-projects/zip-and-tar/zip-and-tar-child1/src/test/java/org/apache/assembly/it/AppTest.java
+++ 
b/source-release/src/test/resources/maven-projects/zip-and-tar/zip-and-tar-child1/src/test/java/org/apache/assembly/it/AppTest.java
@@ -19,39 +19,6 @@ package org.apache.assembly.it;
  * under the License.
  */
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
+public class AppTest
 {
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
 }
diff --git 
a/source-release/src/test/resources/maven-projects/zip-and-tar/zip-and-tar-child2/src/test/java/org/apache/assembly/it/AppTest.java
 
b/source-release/src/test/resources/maven-projects/zip-and-tar/zip-and-tar-child2/src/test/java/org/apache/assembly/it/AppTest.java
index c6b11d0..303c0a6 100644
--- 
a/source-release/src/test/resources/maven-projects/zip-and-tar/zip-and-tar-child2/src/test/java/org/apache/assembly/it/AppTest.java
+++ 
b/source-release/src/test/resources/maven-projects/zip-and-tar/zip-and-tar-child2/src/test/java/org/apache/assembly/it/AppTest.java
@@ -19,39 +19,6 @@ package org.apache.assembly.it;
  * under the License.
  */
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
+public class AppTest
 {
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
 }

Reply via email to