Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'routing/routing_integration_tests/road_graph_tests.cpp')
-rw-r--r--routing/routing_integration_tests/road_graph_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/routing_integration_tests/road_graph_tests.cpp b/routing/routing_integration_tests/road_graph_tests.cpp
index ebac0badeb..5d45015e88 100644
--- a/routing/routing_integration_tests/road_graph_tests.cpp
+++ b/routing/routing_integration_tests/road_graph_tests.cpp
@@ -31,7 +31,7 @@ UNIT_TEST(FakeEdgesCombinatorialExplosion)
GetAllLocalFiles(localFiles);
TEST(!localFiles.empty(), ());
- DataSource dataSource;
+ DataSource dataSource(make_unique<FeatureSourceFactory>());
for (auto const & file : localFiles)
{
auto const result = dataSource.Register(file);