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
path: root/map
diff options
context:
space:
mode:
authorSergey Magidovich <mgsergio@mapswithme.com>2016-09-23 14:01:47 +0300
committerSergey Magidovich <mgsergio@mapswithme.com>2016-09-23 14:01:47 +0300
commit423b7b3745d166473562ca8fcb87002183805ebf (patch)
tree4c1cc83499d204ee51362811a350a13d84dfb0d2 /map
parent0fa97aa5f4f8a806807d393d2434db638fb10a7f (diff)
Six booking_api tests.
Diffstat (limited to 'map')
-rw-r--r--map/map_tests/booking_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/map_tests/booking_tests.cpp b/map/map_tests/booking_tests.cpp
index 5518288db7..b92279a6bb 100644
--- a/map/map_tests/booking_tests.cpp
+++ b/map/map_tests/booking_tests.cpp
@@ -77,5 +77,5 @@ UNIT_TEST(GetHotelInfo) // GetHotelInfo is a mockup now.
TEST(!info.m_description.empty(), ());
TEST_EQUAL(info.m_photos.size(), 9, ());
TEST_EQUAL(info.m_facilities.size(), 3, ());
- TEST_EQUAL(info.m_reviews.size(), 3, ());
+ TEST_EQUAL(info.m_reviews.size(), 12, ());
}