From: David S. <da...@sa...> - 2009-04-28 20:08:52
|
All, We've bundled the most recent changes in the 4.7 branch into a snapshot release here: https://sourceforge.net/project/showfiles.php?group_id=15278&package_id=226053&release_id=679069 We're especially interested if the new timeout stacktraces work well with everyone's existing timeout tests. Remember that snapshot releases are at your own risk, however. David Saff ## Summary of Changes in version 4.7 ## ### Timeouts ### - Tests that timeout now show the stack trace of the test thread. ### Docs ### - Javadocs now link to online JDK javadocs (bug 2090230) - Parameterized runner javadocs improved (bug 2186792) - Fixed Javadoc code sample for AfterClass (2126279) ### Bug fixes ### - Fixed: BaseTestRunner.getTest() requires class to extend TestCase (1812200) |