On Mon, 30 Jul 2001, Mehmood Shaikh <[EMAIL PROTECTED]>
wrote:

> I have 2 tests (testA, testB) , both in one class file
> (Test_FDate.java), but i would like to run the 2 in different VM. Is
> there a way?

No, you will have to place them into different classes (and specify
fork="true" on both <test> elements or the <junit> task itself).

Stefan

Reply via email to