mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 17:18:49 +00:00
one more test
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@730 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
ae383b6717
commit
0196c720cd
1 changed files with 11 additions and 0 deletions
|
@ -100,6 +100,17 @@ public class BvgProviderLiveTest
|
|||
System.out.println(moreResult);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void connectionBetweenCoordinatesAndAddresses() throws Exception
|
||||
{
|
||||
final QueryConnectionsResult result = provider.queryConnections(new Location(LocationType.ADDRESS, 0, 52536099, 13426309, null,
|
||||
"Christburger Straße 1, 10405 Berlin, Deutschland"), null, new Location(LocationType.ADDRESS, 0, 52486400, 13350744, null,
|
||||
"Eisenacher Straße 70, 10823 Berlin, Deutschland"), new Date(), true, ALL_PRODUCTS, WalkSpeed.NORMAL);
|
||||
System.out.println(result);
|
||||
final QueryConnectionsResult moreResult = provider.queryMoreConnections(result.context);
|
||||
System.out.println(moreResult);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void viaConnectionBetweenCoordinates() throws Exception
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue