Task #1571
Support #1566: member node web testing
move all existing java tests to src/main/java
Status:
Rejected
Priority:
Normal
Assignee:
Category:
d1_integration
Target version:
Start date:
2011-05-16
Due date:
% Done:
100%
Milestone:
Product Version:
*
Story Points:
Sprint:
Description
tests need to be available beyond maven's test scope in order to work from the servlet.
This should not impact running from within eclipse, but we should check.
History
#1 Updated by Rob Nahf over 13 years ago
- translation missing: en.field_remaining_hours set to 1.0
#2 Updated by Rob Nahf over 13 years ago
- % Done changed from 0 to 90
#3 Updated by Rob Nahf over 13 years ago
- Status changed from New to In Progress
#4 Updated by Rob Nahf over 13 years ago
- Status changed from In Progress to Rejected
- % Done changed from 90 to 100
- translation missing: en.field_remaining_hours changed from 1.0 to 0.0
I found the failsafe maven plugin, so instead of moving the tests to src/main (which causes all sorts of visibility problems for maven surefire (and failsafe) plugins, keeping in src/test, and changing names, replacing the "Test" suffix with "IT"