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/search
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2016-06-14 17:04:09 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-06-23 19:48:21 +0300
commit03a45693ea5d4e2ea8c2923165029530033f04a4 (patch)
treeccd2c41bfba7fab43dfdb2e031f94e68fd166db1 /search
parente04ef5660e1a347fde0d5fe9c30cf47a617ddc24 (diff)
[search] Atm -> ATM for en.
Diffstat (limited to 'search')
-rw-r--r--search/search_integration_tests/processor_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/search_integration_tests/processor_test.cpp b/search/search_integration_tests/processor_test.cpp
index 557e7e07be..9ea17b03af 100644
--- a/search/search_integration_tests/processor_test.cpp
+++ b/search/search_integration_tests/processor_test.cpp
@@ -567,7 +567,7 @@ UNIT_CLASS_TEST(ProcessorTest, TestCategories)
TestPOI nonameAtm(m2::PointD(0, 0), "", "en");
nonameAtm.SetTypes({{"amenity", "atm"}});
- TestPOI namedAtm(m2::PointD(0.0001, 0.0001), "ATM", "en");
+ TestPOI namedAtm(m2::PointD(0.3, 0.3), "ATM", "en");
namedAtm.SetTypes({{"amenity", "atm"}});
TestPOI busStop(m2::PointD(0.00005, 0.0005), "ATM Bus Stop", "en");