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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-08-18 13:47:25 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:01:50 +0300
commit33fb379f22c4fd7f243cc74e2d3dd4c7b50b321e (patch)
tree1306faaacb73f4e2b6abd669479a1d50eb32e3e6 /integration_tests
parent859d947f69da4d8dc53395c5441cf6138903db43 (diff)
Return back partial distance methods.
Diffstat (limited to 'integration_tests')
-rw-r--r--integration_tests/routing_test_tools.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/integration_tests/routing_test_tools.hpp b/integration_tests/routing_test_tools.hpp
index 3e12db4840..355b6fc4aa 100644
--- a/integration_tests/routing_test_tools.hpp
+++ b/integration_tests/routing_test_tools.hpp
@@ -21,8 +21,7 @@
* only if you want to test something on a special map set.
* 2. Loading maps and calculating routes is a time consumption process.
* Do this only if you really need it.
- * 3. If you want to check that a turn is absent you have two options
- * - use TestTurnCount.
+ * 3. If you want to check that a turn is absent - use TestTurnCount.
* 4. The easiest way to gather all the information for writing an integration test is
* - to put a break point in OsrmRouter::CalculateRouteImpl;
* - to make a route with MapWithMe desktop application;