forked from organicmaps/organicmaps-tmp
Fix OsmType unit test - add classificator loading.
This commit is contained in:
parent
481d3cc84d
commit
a94c1a5f9e
1 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
|
||||
#include "../../indexer/feature_data.hpp"
|
||||
#include "../../indexer/classificator.hpp"
|
||||
#include "../../indexer/classificator_loader.hpp"
|
||||
|
||||
#include "../../platform/platform.hpp"
|
||||
|
||||
|
||||
namespace
|
||||
|
@ -32,6 +35,12 @@ namespace
|
|||
|
||||
UNIT_TEST(OsmType_SkipDummy)
|
||||
{
|
||||
Platform & p = GetPlatform();
|
||||
classificator::Read(p.GetReader("drawing_rules.bin"),
|
||||
p.GetReader("classificator.txt"),
|
||||
p.GetReader("visibility.txt"),
|
||||
p.GetReader("types.txt"));
|
||||
|
||||
char const * arr[][2] = {
|
||||
{ "abutters", "residential" },
|
||||
{ "highway", "primary" },
|
||||
|
|
Loading…
Add table
Reference in a new issue