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/user_info_test.cpp

    r717 r721  
    254254        UI::save ( &author, out, "karlovo" ); 
    255255        UI::save ( pepikovo, out, "pepikovo" ); 
    256         out.save ( "testUI_out.cfg" ); 
    257  
    258         string expected ( load_test_file ( "testUI_out.matrix" ) ); 
    259         string actual ( load_test_file ( "testUI_out.cfg" ) ); 
     256        out.save ( "user_info_output.cfg" ); 
     257 
     258        string expected ( load_test_file ( "user_info_matrix.cfg" ) ); 
     259        string actual ( load_test_file ( "user_info_output.cfg" ) ); 
    260260        CHECK_EQUAL ( expected, actual ); 
    261261}