mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
cleanup
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@917 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
95add18fc2
commit
b474dc1e68
1 changed files with 0 additions and 5 deletions
|
@ -25,13 +25,11 @@ import org.junit.Test;
|
|||
import de.schildbach.pte.NetworkProvider.Accessibility;
|
||||
import de.schildbach.pte.NetworkProvider.WalkSpeed;
|
||||
import de.schildbach.pte.SeProvider;
|
||||
import de.schildbach.pte.dto.Departure;
|
||||
import de.schildbach.pte.dto.Location;
|
||||
import de.schildbach.pte.dto.LocationType;
|
||||
import de.schildbach.pte.dto.NearbyStationsResult;
|
||||
import de.schildbach.pte.dto.QueryConnectionsResult;
|
||||
import de.schildbach.pte.dto.QueryDeparturesResult;
|
||||
import de.schildbach.pte.dto.StationDepartures;
|
||||
|
||||
/**
|
||||
* @author Andreas Schildbach
|
||||
|
@ -62,9 +60,6 @@ public class SeProviderLiveTest extends AbstractProviderLiveTest
|
|||
final QueryDeparturesResult result = provider.queryDepartures(7414867, 0, false);
|
||||
|
||||
print(result);
|
||||
for (StationDepartures d : result.stationDepartures)
|
||||
for (Departure e : d.departures)
|
||||
System.out.println(e);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue