Don't use realtime for Dresden

This commit is contained in:
Andreas Schildbach 2013-11-22 10:08:59 +01:00
parent 6c7b7137a8
commit 8817f4a35d
3 changed files with 12 additions and 3 deletions

View file

@ -48,7 +48,7 @@ public class VvoProviderLiveTest extends AbstractProviderLiveTest
@Test
public void nearbyStations() throws Exception
{
final NearbyStationsResult result = provider.queryNearbyStations(new Location(LocationType.STATION, 100), 0, 0);
final NearbyStationsResult result = provider.queryNearbyStations(new Location(LocationType.STATION, 33000013), 0, 0);
System.out.println(result.status + " " + result.stations.size() + " " + result.stations);
}