> I did not remove the dependency...
> There was a change last week (409) to make target test depend 
> on target 
> run-single-test.
> 
> I assume this was to allow:
> ant test -Dtestcase=....

Yep:
  ant test                 --> ant run-tests        --> use all testcases
  ant test -Dtestcase=...  --> ant run-single-test  --> use only the
specified testcase

So it´s easier to test what you´re working on :)


Jan

Reply via email to