Show
Ignore:
Timestamp:
11/15/09 23:02:02 (15 years ago)
Author:
smidl
Message:

Big commit of LQG stuff

Files:
1 modified

Legend:

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

    r722 r723  
    6464        remove_all ( ls.c_str() ); 
    6565        makedir ( ls, false ); 
    66         remove_all ( "exp/dirfile" ); 
     66        remove_all ( "dirfilelog_files" ); 
    6767 
    68         dirfilelog L ( "exp/dirfile", 10 ); 
     68        dirfilelog L ( "dirfilelog_files", 10 ); 
    6969 
    7070        int rid = L.add ( r, "" ); 
     
    8282 
    8383        std::string expected ( load_test_file ( "logger_test_dirfile_format.matrix" ) ); 
    84         std::string actual ( load_test_file ( "exp/dirfile/format" ) ); 
     84        std::string actual ( load_test_file ( "dirfilelog_files/format" ) ); 
    8585        CHECK_EQUAL ( expected, actual ); 
    8686}