Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.12
-
Fix Version/s: 2.12.1
-
Component/s: Junit 4.7+ (parallel) support
-
Labels:None
-
Environment:Ubuntu 11.10
-
Complexity:Intermediate
-
Number of attachments :
Description
- Surefire 2.11
$ mvn test -Dtest=DataTest#testDataServerGetNonExistentFile
...
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
- Surefire 2.12
mvn test -Dtest=DataTest#testDataServerGetNonExistentFile
...
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
Issue Links
- is duplicated by
-
SUREFIRE-847
surefire cannot run single testng test
-
-
SUREFIRE-858
Running a single unit test in Windows
-
-
SUREFIRE-844
"test" parameter no longer working with JUnit in 2.12 (worked in 2.9 - 2.11)
-
- is related to
-
SUREFIRE-856
Running single test in Failsafe using CLI does not override <includes> configuration
-
-
SUREFIRE-800
redirectTestOutputToFile is not taken into account in all cases with JUnit47 provider
-
Similar problem here:
-Dtest=SomeTest does not run any test an raises an error:
I tried to debug the problem bu got lost in ForkStarter.java which received a lot of changes since 2.11.
Env: Java6 u29, Maven 3.0.4.