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:
authorViktor <vng@Viktors-MacBook-Pro-2.local>2015-07-04 12:26:46 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:54:15 +0300
commit66c409971d994c60dcbef704c6d58799613658fb (patch)
tree0c0e1d03674f2dc2b3bd11f5e03fc3c97c0054b4 /integration_tests
parentc966bfed30e064149cf8f9c6aa06d9281a5a5c21 (diff)
Review fixes.
Diffstat (limited to 'integration_tests')
-rw-r--r--integration_tests/osrm_test_tools.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/integration_tests/osrm_test_tools.cpp b/integration_tests/osrm_test_tools.cpp
index 64d15f4d78..0550d1d0e7 100644
--- a/integration_tests/osrm_test_tools.cpp
+++ b/integration_tests/osrm_test_tools.cpp
@@ -18,8 +18,6 @@
#include "geometry/distance_on_sphere.hpp"
-#include "coding/file_name_utils.hpp"
-
#include <sys/resource.h>
@@ -128,9 +126,9 @@ namespace integration
Platform & pl = GetPlatform();
CommandLineOptions const & options = GetTestingOptions();
if (options.m_dataPath)
- pl.SetWritableDirForTests(my::AddSlashIfNeeded(options.m_dataPath));
+ pl.SetWritableDirForTests(options.m_dataPath);
if (options.m_resourcePath)
- pl.SetResourceDir(my::AddSlashIfNeeded(options.m_resourcePath));
+ pl.SetResourceDir(options.m_resourcePath);
vector<LocalCountryFile> localFiles;
platform::FindAllLocalMaps(localFiles);