Show
Ignore:
Timestamp:
11/02/09 01:09:42 (15 years ago)
Author:
mido
Message:

new version of libconfig added
an improvement of testsuite - calling of "testsuite print" prints all the currently prepared unit tests
a CMakeLists.txt modificiation to remowe CMake 2.8 warnings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/user_info_test.cpp

    r674 r689  
    197197UIREGISTER ( Teleport ); 
    198198 
    199 TEST ( test_load ) { 
     199TEST ( load_test ) { 
    200200        UIFile in ( "test_user_info_input.cfg" ); 
    201201        shared_ptr<Transport> pepikovo ( UI::build<Transport> ( in, "pepikovo", UI::compulsory ) ); 
     
    215215} 
    216216 
    217 TEST ( test_load_error ) { 
     217TEST ( load_error_test ) { 
    218218        UIFile in ( "test_user_info_input.cfg" ); 
    219219 
     
    241241} 
    242242 
    243 TEST ( test_save ) { 
     243TEST ( save_test ) { 
    244244        UIFile in ( "test_user_info_input.cfg" ); 
    245245        shared_ptr<Transport> pepikovo ( UI::build<Transport> ( in, "pepikovo", UI::compulsory ) ); 
     
    261261} 
    262262 
    263 TEST ( test_save_error ) { 
     263 
     264TEST ( save_error_test ) { 
    264265        UIFile out; 
    265266