[ http://issues.apache.org/jira/browse/DERBY-313?page=comments#action_66476 ] Dag H. Wanvik commented on DERBY-313: -------------------------------------
Added a patch for this. I did the following: - changed occurences of TestSpecialFlags to testSpecialProps in the README.thm and in code comments in RunTest.java - In README.htm, added explanation of how to set several properties with testSpecialProps - fixed a typo in testSpecialProps in README.htm Diff is uploaded, stat is: M java/testing/README.htm M java/testing/org/apache/derbyTesting/functionTests/harness/RunTest.java Tests run: Since I only changed comments in the code, for sanity check I ran a single test using the modified RunTest. > testing/README.htm describes non-existing property > -------------------------------------------------- > > Key: DERBY-313 > URL: http://issues.apache.org/jira/browse/DERBY-313 > Project: Derby > Type: Bug > Components: Documentation > Versions: 10.1.0.0 > Environment: n/a > Reporter: Dag H. Wanvik > Assignee: Dag H. Wanvik > Priority: Minor > Attachments: 313.diff > > In section 4.12 in ../testing/README.htm, the property > TestSpecialFlags > is described for specifying additional properties to RunTest. I could not > find any evidence of this in RunTest or elsewhere. However, the property > testSpecialProps > is supported by RunTest.java. I found this to work. This property > also has a syntax for specifying more than one property using a "^" > delimiter between properties, i.e. > testSpecialProps=<prop-1>=<value-1>^ ... ^<prop-n>=<value-n> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
