Howdy,
I've fixed the bug related to the Swing UI's progress bar not turning
red when a TimedTest fails. A failure message was being printed for
failed tests, but the progress bar continued to be green. It turns out
that a TestDecorator needs to call TestResult.endTest() after adding a
failure or error in order to notify all test listeners.
JUnitPerf 1.9 is now available at:
http://clarkware.com/software/JUnitPerf.html
Thanks to those of you who reported this bug and patiently waited for
it to be fixed. :-)
Regards,
Mike