This is an automated email from the ASF dual-hosted git repository.
sparsick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jxr.git
The following commit(s) were added to refs/heads/master by this push:
new 5011252 chore: remove junit3 references (#335)
5011252 is described below
commit 5011252698d81b4ccba536fd4c820cc87b432b97
Author: Sandra Parsick <[email protected]>
AuthorDate: Mon Jan 5 07:32:48 2026 +0000
chore: remove junit3 references (#335)
Signed-off-by: Sandra Parsick <[email protected]>
---
maven-jxr-plugin/src/it/JXR-143_nofork/pom.xml | 9 ------
.../test/java/org/apache/maven/jxr/it/AppTest.java | 32 --------------------
.../test/java/org/apache/maven/jxr/it/AppTest.java | 34 +--------------------
.../java/org/apache/maven/jxr/it2/AppTest.java | 34 +--------------------
maven-jxr-plugin/src/it/aggregate/pom.xml | 8 -----
.../test/java/org/apache/maven/jxr/it/AppTest.java | 34 +--------------------
.../java/org/apache/maven/jxr/it2/AppTest.java | 35 +---------------------
.../src/it/mixed-plugin-report/pom.xml | 9 ------
maven-jxr-plugin/src/it/new-site-config/pom.xml | 8 -----
.../test/java/org/apache/maven/jxr/it/AppTest.java | 34 +--------------------
.../test/java/org/apache/maven/jxr/it/AppTest.java | 34 +--------------------
.../unit/pom-test/pom-test-plugin-config.xml | 8 -----
.../unit/pom-test/src/test/java/maven/AppTest.java | 32 --------------------
13 files changed, 6 insertions(+), 305 deletions(-)
diff --git a/maven-jxr-plugin/src/it/JXR-143_nofork/pom.xml
b/maven-jxr-plugin/src/it/JXR-143_nofork/pom.xml
index ab70068..f9be547 100644
--- a/maven-jxr-plugin/src/it/JXR-143_nofork/pom.xml
+++ b/maven-jxr-plugin/src/it/JXR-143_nofork/pom.xml
@@ -30,15 +30,6 @@ under the License.
<name>jxr143</name>
<url>http://maven.apache.org</url>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
<build>
<plugins>
<plugin>
diff --git
a/maven-jxr-plugin/src/it/JXR-143_nofork/src/test/java/org/apache/maven/jxr/it/AppTest.java
b/maven-jxr-plugin/src/it/JXR-143_nofork/src/test/java/org/apache/maven/jxr/it/AppTest.java
index a762ed3..003a7d5 100644
---
a/maven-jxr-plugin/src/it/JXR-143_nofork/src/test/java/org/apache/maven/jxr/it/AppTest.java
+++
b/maven-jxr-plugin/src/it/JXR-143_nofork/src/test/java/org/apache/maven/jxr/it/AppTest.java
@@ -19,39 +19,7 @@ package org.apache.maven.jxr.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 );
- }
}
diff --git
a/maven-jxr-plugin/src/it/aggregate/p1/src/test/java/org/apache/maven/jxr/it/AppTest.java
b/maven-jxr-plugin/src/it/aggregate/p1/src/test/java/org/apache/maven/jxr/it/AppTest.java
index a762ed3..2158990 100644
---
a/maven-jxr-plugin/src/it/aggregate/p1/src/test/java/org/apache/maven/jxr/it/AppTest.java
+++
b/maven-jxr-plugin/src/it/aggregate/p1/src/test/java/org/apache/maven/jxr/it/AppTest.java
@@ -19,39 +19,7 @@ package org.apache.maven.jxr.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/maven-jxr-plugin/src/it/aggregate/p2/src/test/java/org/apache/maven/jxr/it2/AppTest.java
b/maven-jxr-plugin/src/it/aggregate/p2/src/test/java/org/apache/maven/jxr/it2/AppTest.java
index e2b9ebf..0d3dfb6 100644
---
a/maven-jxr-plugin/src/it/aggregate/p2/src/test/java/org/apache/maven/jxr/it2/AppTest.java
+++
b/maven-jxr-plugin/src/it/aggregate/p2/src/test/java/org/apache/maven/jxr/it2/AppTest.java
@@ -19,39 +19,7 @@ package org.apache.maven.jxr.it2;
* 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/maven-jxr-plugin/src/it/aggregate/pom.xml
b/maven-jxr-plugin/src/it/aggregate/pom.xml
index b0f5294..7114ce6 100644
--- a/maven-jxr-plugin/src/it/aggregate/pom.xml
+++ b/maven-jxr-plugin/src/it/aggregate/pom.xml
@@ -28,14 +28,6 @@ under the License.
<properties>
<site-plugin-version>@sitePluginVersion@</site-plugin-version>
</properties>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.13.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
<build>
<plugins>
<plugin>
diff --git
a/maven-jxr-plugin/src/it/mixed-plugin-report/p1/src/test/java/org/apache/maven/jxr/it/AppTest.java
b/maven-jxr-plugin/src/it/mixed-plugin-report/p1/src/test/java/org/apache/maven/jxr/it/AppTest.java
index a762ed3..2158990 100644
---
a/maven-jxr-plugin/src/it/mixed-plugin-report/p1/src/test/java/org/apache/maven/jxr/it/AppTest.java
+++
b/maven-jxr-plugin/src/it/mixed-plugin-report/p1/src/test/java/org/apache/maven/jxr/it/AppTest.java
@@ -19,39 +19,7 @@ package org.apache.maven.jxr.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/maven-jxr-plugin/src/it/mixed-plugin-report/p2/src/test/java/org/apache/maven/jxr/it2/AppTest.java
b/maven-jxr-plugin/src/it/mixed-plugin-report/p2/src/test/java/org/apache/maven/jxr/it2/AppTest.java
index e2b9ebf..627b3cd 100644
---
a/maven-jxr-plugin/src/it/mixed-plugin-report/p2/src/test/java/org/apache/maven/jxr/it2/AppTest.java
+++
b/maven-jxr-plugin/src/it/mixed-plugin-report/p2/src/test/java/org/apache/maven/jxr/it2/AppTest.java
@@ -19,39 +19,6 @@ package org.apache.maven.jxr.it2;
* 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/maven-jxr-plugin/src/it/mixed-plugin-report/pom.xml
b/maven-jxr-plugin/src/it/mixed-plugin-report/pom.xml
index 7b43f98..6af4814 100644
--- a/maven-jxr-plugin/src/it/mixed-plugin-report/pom.xml
+++ b/maven-jxr-plugin/src/it/mixed-plugin-report/pom.xml
@@ -35,15 +35,6 @@ under the License.
<site-plugin-version>@sitePluginVersion@</site-plugin-version>
</properties>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.13.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
<build>
<plugins>
<plugin>
diff --git a/maven-jxr-plugin/src/it/new-site-config/pom.xml
b/maven-jxr-plugin/src/it/new-site-config/pom.xml
index 20120c2..59c43dc 100644
--- a/maven-jxr-plugin/src/it/new-site-config/pom.xml
+++ b/maven-jxr-plugin/src/it/new-site-config/pom.xml
@@ -30,14 +30,6 @@ under the License.
<name>simple-project</name>
<url>http://maven.apache.org</url>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
<build>
<plugins>
<plugin>
diff --git
a/maven-jxr-plugin/src/it/new-site-config/src/test/java/org/apache/maven/jxr/it/AppTest.java
b/maven-jxr-plugin/src/it/new-site-config/src/test/java/org/apache/maven/jxr/it/AppTest.java
index a762ed3..2158990 100644
---
a/maven-jxr-plugin/src/it/new-site-config/src/test/java/org/apache/maven/jxr/it/AppTest.java
+++
b/maven-jxr-plugin/src/it/new-site-config/src/test/java/org/apache/maven/jxr/it/AppTest.java
@@ -19,39 +19,7 @@ package org.apache.maven.jxr.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/maven-jxr-plugin/src/it/simple-project/src/test/java/org/apache/maven/jxr/it/AppTest.java
b/maven-jxr-plugin/src/it/simple-project/src/test/java/org/apache/maven/jxr/it/AppTest.java
index a762ed3..2158990 100644
---
a/maven-jxr-plugin/src/it/simple-project/src/test/java/org/apache/maven/jxr/it/AppTest.java
+++
b/maven-jxr-plugin/src/it/simple-project/src/test/java/org/apache/maven/jxr/it/AppTest.java
@@ -19,39 +19,7 @@ package org.apache.maven.jxr.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/maven-jxr-plugin/src/test/resources/unit/pom-test/pom-test-plugin-config.xml
b/maven-jxr-plugin/src/test/resources/unit/pom-test/pom-test-plugin-config.xml
index ae65ab4..6a12890 100644
---
a/maven-jxr-plugin/src/test/resources/unit/pom-test/pom-test-plugin-config.xml
+++
b/maven-jxr-plugin/src/test/resources/unit/pom-test/pom-test-plugin-config.xml
@@ -25,14 +25,6 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>project1</name>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
<build>
<plugins>
<plugin>
diff --git
a/maven-jxr-plugin/src/test/resources/unit/pom-test/src/test/java/maven/AppTest.java
b/maven-jxr-plugin/src/test/resources/unit/pom-test/src/test/java/maven/AppTest.java
index 063e280..93925bb 100644
---
a/maven-jxr-plugin/src/test/resources/unit/pom-test/src/test/java/maven/AppTest.java
+++
b/maven-jxr-plugin/src/test/resources/unit/pom-test/src/test/java/maven/AppTest.java
@@ -19,39 +19,7 @@ package maven;
* 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 );
- }
}