Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5.2.Release
-
Fix Version/s: 2.6.0.Release
-
Component/s: Maven integration
-
Labels:
-
Testcase included:yes
-
Number of attachments :
Description
Steps to Reproduce
1. Extract the attachment.
2. Run mvn test
------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
3. See that src/test/groovy/com/kp/BuildInfoTest.groovy exists, and be confused
Workaround
Simply move src/test/groovy/com/kp/BuildInfoTest.groovy to src/test/java/com/kp/BuildInfoTest.groovy
(The test will fail, but that's irrelevant for this. It just points out the fact that the test actually ran.)
Activity
Andrew Eisenberg
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Andrew Eisenberg [ werdna ] | |
| Fix Version/s | 2.6.0.Release [ 17849 ] | |
| Affects Version/s | 2.5.2.Release [ 17434 ] |
Andrew Eisenberg
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
Andrew Eisenberg
made changes -
| Fix Version/s | 2.6.1.Release [ 18147 ] | |
| Fix Version/s | 2.6.0.Release [ 17849 ] |
Andrew Eisenberg
made changes -
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Fix Version/s | 2.6.0.Release [ 17849 ] | |
| Fix Version/s | 2.6.1.Release [ 18147 ] | |
| Resolution | Fixed [ 1 ] |
I can confirm the bug. However, there does not need to be a test in src/test/java. Any file will do: a Java file, a text file, etc.