shared code for printing departure results

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@906 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2012-01-28 12:10:10 +00:00
parent cd335b530e
commit b0ffef2a58
66 changed files with 162 additions and 126 deletions

View file

@ -34,7 +34,7 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
/**
* @author Andreas Schildbach
*/
public class SeptaProviderLiveTest
public class SeptaProviderLiveTest extends AbstractProviderLiveTest
{
private final SeptaProvider provider = new SeptaProvider();
private static final String ALL_PRODUCTS = "IRSUTBFC";
@ -60,7 +60,7 @@ public class SeptaProviderLiveTest
{
final QueryDeparturesResult result = provider.queryDepartures(2090227, 0, false);
System.out.println(result.stationDepartures);
print(result);
}
@Test