Task #1570
Support #1566: member node web testing
refactor existing java tests to accept System parameters passed in from the servlet
Status:
Closed
Priority:
Normal
Assignee:
Category:
d1_integration
Target version:
Start date:
2011-05-16
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
History
#1 Updated by Rob Nahf over 13 years ago
- translation missing: en.field_remaining_hours set to 2.0
#2 Updated by Rob Nahf over 13 years ago
- translation missing: en.field_remaining_hours changed from 2.0 to 5.0
- Status changed from New to In Progress
approach is to create and AbstractIntegrationTest as a location for a common @setup class that processes system properties into useful form.
#3 Updated by Rob Nahf over 13 years ago
Need user names and passwords to be specified for local tests. Use test.properties resource, exclude it from the test-jar so it doesn't become publicly available. use the exclude parameter in maven-jar-plugin. http://maven.apache.org/plugins/maven-jar-plugin/test-jar-mojo.html
#4 Updated by Rob Nahf over 13 years ago
- translation missing: en.field_remaining_hours changed from 5.0 to 3.0
#5 Updated by Rob Nahf over 13 years ago
- translation missing: en.field_remaining_hours changed from 3.0 to 6.0
#6 Updated by Rob Nahf over 13 years ago
- Status changed from In Progress to Closed
- Milestone set to None
- translation missing: en.field_remaining_hours changed from 6.0 to 0.0
work encapsulated in ContextAwareTestCaseDataone.java and TestSettings.java in d1_integration