You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Stephen McConnell <mc...@dpml.net> on 2004/10/05 00:19:18 UTC

[patch] magic updates on unit test handling

The attached diff includes interrogation of a new property under the
magic JUnitTest task:

  project.test.fork.mode

This property can contain one of the JUnitTask.ForkMode enumerated
values 'once', 'perBatch' or 'perTest'. If forking of a test is enabled,
the diff adds supporting for the setting of the fork mode based on the
above property value.  The changes have been tested and have resolved
the OutOfMemory issue raised by David on the users list earlier today.

Stephen.