FRANCESOUTHWEST, FRANCESOUTHEAST, FRANCENORTHEAST: Remove getLineStyle() overrides.

This commit is contained in:
Anthony Chaput 2017-10-01 16:22:07 +02:00 committed by Andreas Schildbach
parent e0be42f16d
commit 7f607160ca
4 changed files with 6 additions and 106 deletions

View file

@ -103,7 +103,12 @@ public class FranceSouthEastProviderLiveTest extends AbstractNavitiaProviderLive
@Test
public void queryTripAddressStation() throws Exception {
queryTrip("14 rue Barnave", "Louise Michel");
queryTrip("78 Quai Pierre Scize", "Bellecour");
}
@Test
public void queryTripTowns() throws Exception {
queryTrip("Annecy", "Lyon");
}
@Test