Fix OsmType unit test - add classificator loading.

This commit is contained in:
vng 2011-08-22 12:59:24 +03:00 committed by Alex Zolotarev
parent 481d3cc84d
commit a94c1a5f9e

View file

@ -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" },