Changeset 1599


Ignore:
Timestamp:
07/13/10 17:19:27 (3 years ago)
Author:
salcock
Message:
  • Disable the WRONLY test, seeing as the new IO system now always uses WRONLY when opening output files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/test-errors.c

    r1407 r1599  
    7979int main(int argc, char *argv[])  
    8080{ 
    81         test_forgotten_wronly(); 
     81         
     82        /* This test is no longer useful, as the new libtrace IO system 
     83         * ensures that all output files are opened with WRONLY, so the 
     84         * test will always assert fail when the write error does not 
     85         * occur */ 
     86         
     87        /* test_forgotten_wronly(); */ 
    8288 
    8389        return 0; 
Note: See TracChangeset for help on using the changeset viewer.