| 31 | } |
| 32 | |
| 33 | void test_normal_table() { |
| 34 | mrn::PathMapper mapper("./db/table", NULL); |
| 35 | cppcut_assert_equal("db.mrn", mapper.db_path()); |
| 36 | } |
| 37 | |
| 38 | void test_temporary_table() { |
| 39 | mrn::PathMapper mapper("/tmp/mysqld.1/#sql27c5_1_0", NULL); |
nothing calls this directly
no test coverage detected