From b97014296c7479d08dd3300fcb82e65d6229c2e7 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Mon, 6 Aug 2007 07:56:00 +0000 Subject: [PATCH] forgot to commit git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@563054 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 1ed4353a7..17fbc3509 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -132,7 +132,9 @@ Fixed bugs: * supports loading from xml based property definition. Bugzilla 42946 - + +* supports collecting and rerunning failed test cases + (textXXX methods). Bugzilla 42984. Other changes: --------------