removed duplicated nearby stations code

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@887 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2012-01-21 14:35:35 +00:00
parent ed9266c9f0
commit 473464fa11
45 changed files with 22 additions and 423 deletions

View file

@ -42,7 +42,7 @@ public class MvgProviderLiveTest
@Test
public void nearbyStations() throws Exception
{
final NearbyStationsResult result = provider.queryNearbyStations(new Location(LocationType.STATION, 3), 0, 0);
final NearbyStationsResult result = provider.queryNearbyStations(new Location(LocationType.STATION, 24200006), 0, 0);
System.out.println(result.stations.size() + " " + result.stations);
}

View file

@ -42,7 +42,7 @@ public class VmvProviderLiveTest
@Test
public void nearbyStations() throws Exception
{
final NearbyStationsResult result = provider.queryNearbyStations(new Location(LocationType.STATION, 80001834), 0, 0);
final NearbyStationsResult result = provider.queryNearbyStations(new Location(LocationType.STATION, 44402031), 0, 0);
System.out.println(result.stations.size() + " " + result.stations);
}