forked from organicmaps/organicmaps
Fixing FakeEdgesCombinatorialExplosion test. Some memory for example (WorldCoasts_obsolete.mwm) may not be registered.
This commit is contained in:
parent
fc8c1f1b66
commit
6197d70aaa
1 changed files with 1 additions and 4 deletions
|
@ -34,10 +34,7 @@ UNIT_TEST(FakeEdgesCombinatorialExplosion)
|
|||
|
||||
FrozenDataSource dataSource;
|
||||
for (auto const & file : localFiles)
|
||||
{
|
||||
auto const result = dataSource.Register(file);
|
||||
TEST_EQUAL(result.second, MwmSet::RegResult::Success, ());
|
||||
}
|
||||
dataSource.Register(file);
|
||||
|
||||
FeaturesRoadGraph graph(dataSource, IRoadGraph::Mode::ObeyOnewayTag,
|
||||
make_shared<CarModelFactory>(CountryParentNameGetterFn()));
|
||||
|
|
Loading…
Add table
Reference in a new issue