Changeset 394 for library/tests

Show
Ignore:
Timestamp:
06/22/09 13:10:28 (15 years ago)
Author:
mido
Message:

1) UI_File renamed to UIFile
2) part UI's documentation
3) stat/mixtures.h renamed to stat/emix.h and related changes applied

Location:
library/tests
Files:
4 modified
3 moved

Legend:

Unmodified
Added
Removed
  • library/tests/CMakeLists.txt

    r386 r394  
    1919EXEC(enorm_test) 
    2020EXEC(egiw_test) 
    21 EXEC(stat_mixtures_test) 
     21EXEC(emix_test) 
    2222EXEC(test0) 
    2323EXEC(testResample) 
     
    2929EXEC(merger_2d_test) 
    3030EXEC(merger_iter_test) 
    31 EXEC(estim_mixtures_test) 
     31EXEC(mixtures_test) 
    3232 
    3333EXEC(test_kalman) 
  • library/tests/emix_test.cpp

    r386 r394  
    11#include "stat/exp_family.h" 
    2 #include "stat/mixtures.h" 
     2#include "stat/emix.h" 
    33using namespace bdm; 
    44 
  • library/tests/enorm_test.cpp

    r386 r394  
    11#include "stat/exp_family.h" 
    2 #include "stat/mixtures.h" 
     2#include "stat/emix.h" 
    33using namespace bdm; 
    44 
  • library/tests/testSmp.cpp

    r386 r394  
    11 
    22#include "stat/exp_family.h" 
    3 #include "stat/mixtures.h" 
     3#include "stat/emix.h" 
    44 
    55using namespace bdm; 
  • library/tests/test_user_info.cpp

    r390 r394  
    197197{ 
    198198  //////////////////////////////////// LOADING //////////////////////////////// 
    199   UI_File in("test_user_info_input.cfg"); 
     199  UIFile in("test_user_info_input.cfg"); 
    200200  Transport *pepikovo = UI::build<Transport>(in, "pepikovo"); 
    201201  cout << "pepikovo: " << pepikovo->to_string() << endl; 
     
    216216  Car liaz(1989, "skoda", 1000); 
    217217  Bike author(2001, "noname", false); 
    218   UI_File out; 
     218  UIFile out; 
    219219 
    220220  UI::save(&audi, out, "marty");