Provide ability to change the hard coded maximum and minimum waiting times for bpel testcases in BPELTestAbstract class -----------------------------------------------------------------------------------------------------------------------
Key: ODE-937 URL: https://issues.apache.org/jira/browse/ODE-937 Project: ODE Issue Type: Improvement Components: Test environment Affects Versions: 1.3.5 Environment: Ubuntu 10.04 Reporter: Ishara Dilhari Premadasa Priority: Minor At present addInvoke method (in BPELTestAbstract class) only read namespace,operation,target and request,responses from the test descriptor. The maximum and minimum waiting times are hard-coded in the Invocation class. If the max or min waiting times for a test case needed to be changed it should be declared within test class's method. it would be better if it can be declared as an entry in test.properties file and read from addInvoke() and setup, without hard coding. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira