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:
authorygorshenin <mipt.vi002@gmail.com>2016-06-27 13:15:15 +0300
committerGitHub <noreply@github.com>2016-06-27 13:15:15 +0300
commit3238e11b7a82974a47f46809739ba6a1f7b166f4 (patch)
tree448a067ffa6568885f77f2659e01e545ceb309ca /search
parent8bf95d868d51a012054d25f296a1ff7f497b2506 (diff)
parentf4cb2f89a9783f0449f07d0a66e5b67ec811854c (diff)
Merge pull request #3665 from bykoianko/release-62-master
release-62 to master
Diffstat (limited to 'search')
-rw-r--r--search/search_integration_tests/processor_test.cpp2
-rw-r--r--search/search_tests/house_detector_tests.cpp10
2 files changed, 6 insertions, 6 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");
diff --git a/search/search_tests/house_detector_tests.cpp b/search/search_tests/house_detector_tests.cpp
index d8e8a6e100..0c6f82350f 100644
--- a/search/search_tests/house_detector_tests.cpp
+++ b/search/search_tests/house_detector_tests.cpp
@@ -339,11 +339,11 @@ string GetStreetKey(string const & name)
UNIT_TEST(HS_StreetKey)
{
- TEST_EQUAL("крупскои", GetStreetKey("улица Крупской"), ());
- TEST_EQUAL("уручская", GetStreetKey("Уручская ул."), ());
- TEST_EQUAL("газетыправда", GetStreetKey("Пр. Газеты Правда"), ());
- TEST_EQUAL("якупалы", GetStreetKey("улица Я. Купалы"), ());
- TEST_EQUAL("францискаскорины", GetStreetKey("Франциска Скорины Тракт"), ());
+ TEST_EQUAL("улицакрупскои", GetStreetKey("улица Крупской"), ());
+ TEST_EQUAL("уручскаяул", GetStreetKey("Уручская ул."), ());
+ TEST_EQUAL("пргазетыправда", GetStreetKey("Пр. Газеты Правда"), ());
+ TEST_EQUAL("улицаякупалы", GetStreetKey("улица Я. Купалы"), ());
+ TEST_EQUAL("францискаскоринытракт", GetStreetKey("Франциска Скорины Тракт"), ());
}
namespace