fix testcase

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@159 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-09-13 10:52:52 +00:00
parent 1855b76d9a
commit 3a4e676617

View file

@ -49,8 +49,7 @@ public class MvvProviderLiveTest
final QueryConnectionsResult result = provider.queryConnections(LocationType.ANY, "Starnberg, Arbeitsamt", null, null, LocationType.ANY, final QueryConnectionsResult result = provider.queryConnections(LocationType.ANY, "Starnberg, Arbeitsamt", null, null, LocationType.ANY,
"Ackermannstraße", new Date(), true, WalkSpeed.NORMAL); "Ackermannstraße", new Date(), true, WalkSpeed.NORMAL);
System.out.println(result); System.out.println(result);
final QueryConnectionsResult moreResult = provider.queryMoreConnections(result.linkLater); // seems like there are no more connections all the time
System.out.println(moreResult);
} }
@Test @Test