File Release Notes and Changelog
Notes:
Release 5 of WOUnitTest
Changes:
added assertEquals(Date, Date, long deltaMilliseconds)
java.lang.* and sun.reflect.* now also filtered from stacktraces
improved stacktrace filter when dealing with non-debug code
new WOUTTestCase template
classes with a suite() method are now found
TestCase subclasses can now end on just 'Test' in addition to 'TestCase'
support for the Ant task 'junit' (see below for details)
added Ant build scripts (only tested under OS-X, send in your patches for other OSs)
EOAdaptorDebugEnabled can now be set in the gui (not persistent like other settings)
added pageWithName() to WOUTTestCase for those who want to unit test their components