Changeset 92 for trunk/RELEASE
- Timestamp:
- 02/19/10 17:02:25 (2 years ago)
- Files:
-
- 1 modified
-
trunk/RELEASE (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RELEASE
r87 r92 6 6 ---------- 7 7 8 * Added an extra argument to ASSERT which can be inserted into msg via C-style9 format codes.8 * Added an extra argument to ASSERT which can be inserted into the 9 message via C-style format codes. 10 10 11 11 * Added XML and JUnit output formats (and corresponding XML and JUNIT keywords 12 12 to MGUNIT to turn them on). 13 13 14 * Added ability for a test to determine if it should count in the final 15 results tally, i.e., if it is "skipped". Set "self.skipped" from within a 16 test if it should not count. 14 * Added ability for a test to determine if it should count in the 15 final results tally, i.e., if it is "skipped". Use the SKIP keyword 16 of ASSERT to skip a test instead of failing it if the condition is 17 not met. 18 19 * Fixed memory leak. 20 17 21 18 22
