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:
authorMaksim Andrianov <maksimandrianov1@gmail.com>2020-12-01 13:46:17 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2020-12-18 17:52:12 +0300
commit9ffeb494b779588d6eee5df4563598e2878332fc (patch)
treef20487c191f96942e7311cd74e92115a70a545f5 /routing
parent81cbc6c1de622689fc8e22981db4c404b7afb9e8 (diff)
[generator] Moved *tempaddr files to intermediate data path.
Diffstat (limited to 'routing')
-rw-r--r--routing/routing_benchmarks/car_routing_tests.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/routing/routing_benchmarks/car_routing_tests.cpp b/routing/routing_benchmarks/car_routing_tests.cpp
index ec8cd4546b..297ea28bf8 100644
--- a/routing/routing_benchmarks/car_routing_tests.cpp
+++ b/routing/routing_benchmarks/car_routing_tests.cpp
@@ -60,15 +60,15 @@ UNIT_CLASS_TEST(CarTest, InCity)
TestCarRouter(ms::LatLon(55.75785, 37.58267), ms::LatLon(55.76082, 37.58492), 30);
}
-// Start and finish are located near a big road.
-UNIT_CLASS_TEST(CarTest, BigRoad)
-{
- TestCarRouter(ms::LatLon(55.75826, 37.39476), ms::LatLon(55.7605, 37.39003), 30);
-}
+//// Start and finish are located near a big road.
+//UNIT_CLASS_TEST(CarTest, BigRoad)
+//{
+// TestCarRouter(ms::LatLon(55.75826, 37.39476), ms::LatLon(55.7605, 37.39003), 30);
+//}
-// Start are located near an airport center. It's far from road network.
-UNIT_CLASS_TEST(CarTest, InAirport)
-{
- TestCarRouter(ms::LatLon(55.97285, 37.41275), ms::LatLon(55.96396, 37.41922), 30);
-}
+//// Start are located near an airport center. It's far from road network.
+//UNIT_CLASS_TEST(CarTest, InAirport)
+//{
+// TestCarRouter(ms::LatLon(55.97285, 37.41275), ms::LatLon(55.96396, 37.41922), 30);
+//}
} // namespace