fixed request encoding when autocompleting hafas

This commit is contained in:
Andreas Schildbach 2012-07-08 13:17:16 +02:00
parent 15c7113ce8
commit 194c6295e4
11 changed files with 85 additions and 17 deletions

View file

@ -65,6 +65,14 @@ public class NasaProviderLiveTest extends AbstractProviderLiveTest
print(autocompletes);
}
@Test
public void autocompleteUmlaut() throws Exception
{
final List<Location> autocompletes = provider.autocompleteStations("Höhle");
print(autocompletes);
}
@Test
public void shortConnection() throws Exception
{