use JSON for autocomplete where possible

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@941 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2012-02-12 20:37:34 +00:00
parent d888d6907f
commit 322f7eede7
18 changed files with 44 additions and 144 deletions

View file

@ -70,6 +70,14 @@ public class DingProviderLiveTest extends AbstractProviderLiveTest
print(autocompletes);
}
@Test
public void autocompleteWithUmlaut() throws Exception
{
final List<Location> autocompletes = provider.autocompleteStations("grün");
print(autocompletes);
}
@Test
public void shortConnection() throws Exception
{