You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Dag H. Wanvik (JIRA)" <de...@db.apache.org> on 2005/05/26 04:38:54 UTC

[jira] Commented: (DERBY-313) testing/README.htm describes non-existing property

     [ http://issues.apache.org/jira/browse/DERBY-313?page=comments#action_66316 ]
     
Dag H. Wanvik commented on DERBY-313:
-------------------------------------

Unless sombody yells, I will make a patch reflecting this finding. Yell now ;-)


> 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
>     Priority: Minor

>
> 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


Re: [jira] Commented: (DERBY-313) testing/README.htm describes non-existing property

Posted by "Dag H. Wanvik" <Da...@Sun.COM>.
Hi,

>>>>> "MvL" == Myrna van Lunteren <m....@gmail.com> wrote:

MvL>  RunTest.java is not entirely consistent in the comments relating to this, 
MvL> and in 2 places it actually says testSpecialFlags. Maybe you can correct 
MvL> those comments in RunTest too? It should either say SpecialFlags, or 
MvL> testSpecialProps.
MvL> (there's on one line 1324: 
MvL>  ' // If app props are still empty, check for any special testSpecialFlags'
MvL> and on 1332:
MvL>  '// merge any special properties from testSpecialFlags')

Yes, I will fix RunTest, too :)

Thanks,
Dag

[PATCH] (DERBY-313) testing/README.htm describes non-existing property

Posted by "Dag H. Wanvik" <Da...@Sun.COM>.
Just uploaded a patch for this, comments are in the JIRA issue.

http://issues.apache.org/jira/browse/DERBY-313

Dag

Re: [jira] Commented: (DERBY-313) testing/README.htm describes non-existing property

Posted by Myrna van Lunteren <m....@gmail.com>.
>On 5/25/05, Dag H. Wanvik (JIRA) commented on DERBY-313:
>-------------------------------------
>Unless sombody yells, I will make a patch reflecting this finding. Yell now 
;-)
 No, you are absolutely right. My error in writing the doc.
 SpecialFlags is a class in the harness, which parses the testSpecialProps 
property.
 RunTest.java is not entirely consistent in the comments relating to this, 
and in 2 places it actually says testSpecialFlags. Maybe you can correct 
those comments in RunTest too? It should either say SpecialFlags, or 
testSpecialProps.
(there's on one line 1324: 
 ' // If app props are still empty, check for any special testSpecialFlags'
and on 1332:
 '// merge any special properties from testSpecialFlags')

 > --------------------------------------------------
>> 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>