Show
Ignore:
Timestamp:
11/13/09 09:15:50 (15 years ago)
Author:
mido
Message:

stresssuite - halfway point

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/testsuite/logger_test.cpp

    r717 r721  
    5454        logger.finalize(); 
    5555 
    56         CHECK_EQUAL ( get_file_size ( "test_log.matrix" ), get_file_size ( ls.c_str() ) ); 
     56        CHECK_EQUAL ( get_file_size ( "logger_test.matrix" ), get_file_size ( ls.c_str() ) ); 
    5757} 
    5858 
     
    8181        L.finalize(); 
    8282 
    83         std::string expected ( load_test_file ( "dirfile-format.matrix" ) ); 
     83        std::string expected ( load_test_file ( "logger_test_dirfile_format.matrix" ) ); 
    8484        std::string actual ( load_test_file ( "exp/dirfile/format" ) ); 
    8585        CHECK_EQUAL ( expected, actual );