| 244 | |
| 245 | BOOST_AUTO_TEST_SUITE(scriptdb_test) |
| 246 | BOOST_AUTO_TEST_CASE(test) |
| 247 | { |
| 248 | // BOOST_ERROR("THE SUITE NEED TO MODIFY!"); |
| 249 | init(); |
| 250 | testscriptdb(); |
| 251 | testscriptdatadb(); |
| 252 | closedb(); |
| 253 | } |
| 254 | BOOST_AUTO_TEST_SUITE_END() |
| 255 | #endif //TODO |
nothing calls this directly
no test coverage detected