Extract JSON get stops parameters to method

This commit is contained in:
Andreas Schildbach 2013-07-09 00:44:04 +02:00
parent 4a7743d094
commit 7acd4a0afa
21 changed files with 95 additions and 106 deletions

View file

@ -73,6 +73,14 @@ public class NsProviderLiveTest extends AbstractProviderLiveTest
print(autocompletes);
}
@Test
public void autocompleteUmlaut() throws Exception
{
final List<Location> autocompletes = provider.autocompleteStations("Brüssel");
print(autocompletes);
}
@Test
public void shortTrip() throws Exception
{