Modify ↓
Opened 11 years ago
Closed 11 years ago
#9480 closed defect (fixed)
New class in test package wrongly detected as Junit test
Reported by: | Don-vip | Owned by: | simon04 |
---|---|---|---|
Priority: | minor | Milestone: | 14.01 |
Component: | Core | Version: | latest |
Keywords: | junit test | Cc: |
Description
The new class introduced in r6533 in test/unit package is not a Junit test but ant test
assumes so. It provokes an error in the build, see:
http://donvip.fr/jenkins/job/JOSM/414/testReport/junit/org/CustomMatchers/initializationError/
http://donvip.fr/jenkins/job/JOSM/414/consoleText
test: [jacoco:coverage] Enhancing junit with coverage [junit] Running org.CustomMatchers [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.349 sec [junit] TEST org.CustomMatchers FAILED
Attachments (0)
Note:
See TracTickets
for help on using tickets.
In 6543/josm: