Changeset 92 for trunk

Show
Ignore:
Timestamp:
02/19/10 17:02:25 (2 years ago)
Author:
mgalloy
Message:

Updating release notes for 1.1 release.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE

    r87 r92  
    66---------- 
    77 
    8 * Added an extra argument to ASSERT which can be inserted into msg via C-style 
    9   format codes. 
     8* Added an extra argument to ASSERT which can be inserted into the 
     9  message via C-style format codes. 
    1010 
    1111* Added XML and JUnit output formats (and corresponding XML and JUNIT keywords  
    1212  to MGUNIT to turn them on). 
    1313   
    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 
    1721   
    1822