How do you propose a solution? Would an option to turn off property
gathering altogether be acceptable? It would not really make sense to only
gather the properties once, so I'd think an on/off switch would be the best
way to handle it.
Erik
----- Original Message -----
From: "Ingmar Stein" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 11, 2001 6:22 AM
Subject: JUnit writes properties for each testcase
> Hi all,
>
> we have a very large number of unit tests here that are run by a single
> batchtest. The Junit task writes the system properties for each and every
> testcase which is a rather huge waste of space as all test share the same
> property set.
> Could someone write a fix for that?
>
> Ingmar
>
>