mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 05:38:47 +00:00
stationId is int in queryDepartures() as well
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@624 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
93c49c5663
commit
7422504893
68 changed files with 109 additions and 115 deletions
|
@ -69,7 +69,7 @@ public class VorProviderLiveTest
|
|||
@Test
|
||||
public void queryDepartures() throws Exception
|
||||
{
|
||||
final QueryDeparturesResult result = provider.queryDepartures("60203090", 0, false);
|
||||
final QueryDeparturesResult result = provider.queryDepartures(60203090, 0, false);
|
||||
|
||||
System.out.println(result.stationDepartures);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue