| 40 | } |
| 41 | |
| 42 | TestRawGenerator::TestRawGenerator() |
| 43 | { |
| 44 | GetStyleReader().SetCurrentStyle(MapStyleMerged); |
| 45 | classificator::Load(); |
| 46 | |
| 47 | SetupTmpFolder("./raw_generator"); |
| 48 | } |
| 49 | |
| 50 | TestRawGenerator::~TestRawGenerator() |
| 51 | { |
nothing calls this directly
no test coverage detected