fixed Umlaut encoding

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@779 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-09-14 07:46:37 +00:00
parent 20c781dc87
commit dfb01aeced
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ public class ShProviderLiveTest
@Test
public void autocomplete() throws Exception
{
final List<Location> autocompletes = provider.autocompleteStations("Flughafen");
final List<Location> autocompletes = provider.autocompleteStations("Lübeck");
list(autocompletes);
}