From b93b03e3c01d45e6158c41aff17fd93af6ee1260 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Wed, 27 Jul 2016 21:32:39 +0200 Subject: [PATCH] Update project test --- OsmAnd-java/src/net/osmand/search/SearchUICore.java | 1 - OsmAnd-java/test/java/net/osmand/search/LocationSearchTest.java | 2 ++ OsmAnd/project.properties | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OsmAnd-java/src/net/osmand/search/SearchUICore.java b/OsmAnd-java/src/net/osmand/search/SearchUICore.java index 73dfe294d0..55db11c496 100644 --- a/OsmAnd-java/src/net/osmand/search/SearchUICore.java +++ b/OsmAnd-java/src/net/osmand/search/SearchUICore.java @@ -37,7 +37,6 @@ import org.apache.commons.logging.Log; public class SearchUICore { private static final int TIMEOUT_BETWEEN_CHARS = 200; - private static final int LIMIT_JUSTIFY_RESULTS = 5; private static final Log LOG = PlatformUtil.getLog(SearchUICore.class); private SearchPhrase phrase; private SearchResultCollection currentSearchResult = new SearchResultCollection(); diff --git a/OsmAnd-java/test/java/net/osmand/search/LocationSearchTest.java b/OsmAnd-java/test/java/net/osmand/search/LocationSearchTest.java index eb099827b2..d0585b1bcc 100644 --- a/OsmAnd-java/test/java/net/osmand/search/LocationSearchTest.java +++ b/OsmAnd-java/test/java/net/osmand/search/LocationSearchTest.java @@ -38,6 +38,8 @@ public class LocationSearchTest { public void testUTMSearch() throws IOException { search("17N6734294749123", new LatLon(42.875017, -78.87659050764749)); search("17 N 673429 4749123", new LatLon(42.875017, -78.87659050764749)); + search("36N 609752 5064037", new LatLon(45.721184, 34.410328)); + } @Test diff --git a/OsmAnd/project.properties b/OsmAnd/project.properties index 6129b595fa..888b636da6 100644 --- a/OsmAnd/project.properties +++ b/OsmAnd/project.properties @@ -15,4 +15,3 @@ dex.force.jumbo=true android.library.reference.1=../eclipse-compile/appcompat android.library.reference.2=../eclipse-compile/design android.library.reference.3=../eclipse-compile/cardview -android.library.reference.4=../eclipse-compile/gridlayout