- Timestamp:
- 07/28/09 17:00:14 (15 years ago)
- Location:
- library/tests
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/egiw.cfg
r436 r440 1 1 data = ( 2 2 { 3 class = "e pdf_harness";3 class = "egiw_harness"; 4 4 epdf = { 5 5 class = "egiw"; -
library/tests/egiw_harness.cpp
r439 r440 36 36 namespace bdm { 37 37 38 template<>39 const ParticularUI<egiw_harness> &ParticularUI<egiw_harness>::factory(40 ParticularUI<egiw_harness>("egiw_harness"));41 42 38 void egiw_harness::from_setting(const Setting &set) { 43 39 epdf_harness::from_setting(set); -
library/tests/egiw_test.cpp
r436 r440 5 5 #include "itpp_ext.h" 6 6 #include "epdf_harness.h" 7 #include "egiw_harness.h" 7 8 #include "mat_checks.h" 8 9 #include "UnitTest++.h" … … 31 32 const ParticularUI<egiw> &ParticularUI<egiw>::factory( 32 33 ParticularUI<egiw>("egiw")); 34 35 template<> 36 const ParticularUI<egiw_harness> &ParticularUI<egiw_harness>::factory( 37 ParticularUI<egiw_harness>("egiw_harness")); 33 38 34 39 TEST(test_egiw) {