On 11/12/06, Tomohito Nakayama (JIRA) <[EMAIL PROTECTED]> wrote:
[
http://issues.apache.org/jira/browse/DERBY-2054?page=comments#action_12449142 ]
Tomohito Nakayama commented on DERBY-2054:
------------------------------------------
I think this may be very very basic question ...
I executed derbyall suite with this patch.
But could not found the name of this test in derbyall_pass.txt (nor
derbyall_fail.txt nor derbyall_skip.txt) ...
Is newly created test system executed in derbyall suite ...?
No, it is not. Dan asked if it was ok to run separate, see:
http://www.mail-archive.com/[email protected]/msg31229.html
It was then further worked out in
http://issues.apache.org/jira/browse/DERBY-1952
You need to run a junit test runner to execute the junit tests,
separately from the 'old' test harness.
See http://wiki.apache.org/db-derby/DerbyJUnitTesting
There's also an ant junitreport target you could try out, see
http://issues.apache.org/jira/browse/DERBY-2006
HTH
Myrna