mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 06:08:52 +00:00
shared code for printing nearby stations results
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@908 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
d739a14199
commit
a78462f453
66 changed files with 134 additions and 128 deletions
|
@ -46,7 +46,7 @@ public class SeProviderLiveTest extends AbstractProviderLiveTest
|
|||
{
|
||||
final NearbyStationsResult result = provider.queryNearbyStations(new Location(LocationType.STATION, 7414867), 0, 0);
|
||||
|
||||
System.out.println(result.stations.size() + " " + result.stations);
|
||||
print(result);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
@ -54,7 +54,7 @@ public class SeProviderLiveTest extends AbstractProviderLiveTest
|
|||
{
|
||||
final NearbyStationsResult result = provider.queryNearbyStations(new Location(LocationType.ADDRESS, 57709311, 11988459), 0, 0);
|
||||
|
||||
System.out.println(result.stations.size() + " " + result.stations);
|
||||
print(result);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue