Changeset 493 for library/tests/egiw_test.cpp
- Timestamp:
- 08/11/09 08:32:02 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/egiw_test.cpp
r477 r493 1 #define BDMLIB // not an ideal way to prevent double registration of UI factories...2 1 #include "base/bdmbase.h" 3 2 #include "base/user_info.h" … … 12 11 13 12 using namespace bdm; 14 15 template<>16 const ParticularUI<egiw> &ParticularUI<egiw>::factory (17 ParticularUI<egiw> ( "egiw" ) );18 19 template<>20 const ParticularUI<egiw_harness> &ParticularUI<egiw_harness>::factory (21 ParticularUI<egiw_harness> ( "egiw_harness" ) );22 13 23 14 TEST ( test_egiw ) {