mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
fixed earlier connections handling for hafas based providers
This commit is contained in:
parent
d3162518ea
commit
b118bcd97c
2 changed files with 45 additions and 12 deletions
|
@ -79,7 +79,7 @@ public class VbbProviderLiveTest extends AbstractProviderLiveTest
|
|||
System.out.println(result);
|
||||
final QueryConnectionsResult laterResult = provider.queryMoreConnections(result.context, true);
|
||||
System.out.println(laterResult);
|
||||
final QueryConnectionsResult earlierResult = provider.queryMoreConnections(result.context, false);
|
||||
final QueryConnectionsResult earlierResult = provider.queryMoreConnections(laterResult.context, false);
|
||||
System.out.println(earlierResult);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue