diff --git a/WHATSNEW b/WHATSNEW index c9757b613..157c2019f 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -4,7 +4,7 @@ Changes from Ant 1.9.11 TO Ant 1.9.12 Fixed bugs: ----------- - * Delay the class initialization of the test classes untill they are + * Delay the class initialization of the test classes until they are passed to JUnit. This way we can avoid that failing static initializers from non-test classes are reported as error when the 'skipNonTests' option is 'true'.