Those changes indicated with a double asterisk are potential code-breakers. 2001-10-11 0.2.1 * Added an initial pass at a FoxTestRuner (contributed by Jimmy Thrasher) * Fixed assertion counting so that assertions that call other assertions only get counted once * Refactored buildMessage * Added assertSame, assertNothingRaised, flunk, assertNotSame, assertNotEqual, assertNotNil, assertDoesNotMatch, assertThrows, assertNothingThrown * Added some really simple examples that I'd like to make more practical eventually * Refactored TC_Assertions, removing the need for TF_Assertions * Renamed the result member variable in TestCase from @result to @_result to lessen the likelihood of conflicts with a fixture variable of the same name ** Reversed the argument ordering of assertMatch from (string, re, message="") to (re, string, message="") * Fixed some spelling and grammatical errors in usage.html * Fixed an error in design.html where the TestRunners were improperly referred to. * Fixed a bug in GTKTestRunner ** Reversed the argument ordering of assertKindOf from (object, klass, message="") to (klass, object, message="") * Modified Assertion tests to reflect assertKindOf() argument change * Corrected a few grammatical errors and changed assertKindOf semantics in usage.html 2001-03-20 0.2.0 * Initial release