Fix tests

This commit is contained in:
Victor Shcherb 2016-07-13 12:11:00 +02:00
parent d3a162b467
commit 237313a0dc

View file

@ -12,11 +12,11 @@ import net.osmand.search.core.SearchPhrase;
import org.junit.Assert;
import org.junit.Test;
public class TestLocationSearch {
public class LocationSearchTest {
@Test
public void testLocationSearch() throws IOException {
public void testBasicSearch() throws IOException {
search("5.0,3.0", new LatLon(5, 3));
}