adapt to changes to Frankfurt

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@642 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-05-14 11:00:46 +00:00
parent 17f47ea936
commit 77b80edd55
2 changed files with 12 additions and 4 deletions

View file

@ -82,4 +82,12 @@ public class RmvProviderLiveTest
provider.getConnectionDetails(connection.link);
System.out.println(moreResult);
}
@Test
public void shortConnectionByName() throws Exception
{
final QueryConnectionsResult result = provider.queryConnections(new Location(LocationType.ANY, 0, null, "Hanau Hauptbahnhof"), null,
new Location(LocationType.ANY, 0, null, "Frankfurt Hauptbahnhof"), new Date(), true, ALL_PRODUCTS, WalkSpeed.NORMAL);
System.out.println(result);
}
}