This is an automated email from the ASF dual-hosted git repository.
olamy pushed a change to branch test-junit-platform-runner-junit4
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
from 465cbd021 testng suite xml not supported anymore
add 2b31339c9 groups expression not supported anymore
No new revisions were added by this update.
Summary of changes:
.../its/jiras/Surefire828EmptyGroupExprIT.java | 95 ----------------------
.../surefire-828-emptyGroupExpr-junit48/pom.xml | 91 ---------------------
.../src/test/java/junit4/BasicTest.java | 69 ----------------
.../src/test/java/junit4/CategoryA.java | 21 -----
.../src/test/java/junit4/CategoryB.java | 21 -----
.../src/test/java/junit4/CategoryC.java | 21 -----
.../src/test/java/junit4/CategoryCTest.java | 61 --------------
.../src/test/java/junit4/NoCategoryTest.java | 19 -----
.../surefire-828-emptyGroupExpr-testng/pom.xml | 77 ------------------
.../src/test/java/testng/BasicTest.java | 53 ------------
.../src/test/java/testng/CategoryCTest.java | 44 ----------
.../src/test/java/testng/NoCategoryTest.java | 19 -----
12 files changed, 591 deletions(-)
delete mode 100644
surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire828EmptyGroupExprIT.java
delete mode 100644
surefire-its/src/test/resources/surefire-828-emptyGroupExpr-junit48/pom.xml
delete mode 100644
surefire-its/src/test/resources/surefire-828-emptyGroupExpr-junit48/src/test/java/junit4/BasicTest.java
delete mode 100644
surefire-its/src/test/resources/surefire-828-emptyGroupExpr-junit48/src/test/java/junit4/CategoryA.java
delete mode 100644
surefire-its/src/test/resources/surefire-828-emptyGroupExpr-junit48/src/test/java/junit4/CategoryB.java
delete mode 100644
surefire-its/src/test/resources/surefire-828-emptyGroupExpr-junit48/src/test/java/junit4/CategoryC.java
delete mode 100644
surefire-its/src/test/resources/surefire-828-emptyGroupExpr-junit48/src/test/java/junit4/CategoryCTest.java
delete mode 100644
surefire-its/src/test/resources/surefire-828-emptyGroupExpr-junit48/src/test/java/junit4/NoCategoryTest.java
delete mode 100644
surefire-its/src/test/resources/surefire-828-emptyGroupExpr-testng/pom.xml
delete mode 100644
surefire-its/src/test/resources/surefire-828-emptyGroupExpr-testng/src/test/java/testng/BasicTest.java
delete mode 100644
surefire-its/src/test/resources/surefire-828-emptyGroupExpr-testng/src/test/java/testng/CategoryCTest.java
delete mode 100644
surefire-its/src/test/resources/surefire-828-emptyGroupExpr-testng/src/test/java/testng/NoCategoryTest.java