mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
Rename FrenchSouthWestProvider to FranceSouthWestProvider and NetworkId.FRENCHSOUTHWEST to NetworkId.FRANCESOUTHWEST.
This is done to be consistent with the other France providers.
This commit is contained in:
parent
c6cb7bcfef
commit
670a63e0f9
3 changed files with 10 additions and 10 deletions
|
@ -21,15 +21,15 @@ import static org.junit.Assert.assertTrue;
|
|||
|
||||
import org.junit.Test;
|
||||
|
||||
import de.schildbach.pte.FrenchSouthWestProvider;
|
||||
import de.schildbach.pte.FranceSouthWestProvider;
|
||||
import de.schildbach.pte.dto.Point;
|
||||
|
||||
/**
|
||||
* @author Nicolas Derive
|
||||
*/
|
||||
public class FrenchSouthWestProviderLiveTest extends AbstractNavitiaProviderLiveTest {
|
||||
public FrenchSouthWestProviderLiveTest() {
|
||||
super(new FrenchSouthWestProvider(secretProperty("navitia.authorization")));
|
||||
public class FranceSouthWestProviderLiveTest extends AbstractNavitiaProviderLiveTest {
|
||||
public FranceSouthWestProviderLiveTest() {
|
||||
super(new FranceSouthWestProvider(secretProperty("navitia.authorization")));
|
||||
}
|
||||
|
||||
@Test
|
Loading…
Add table
Add a link
Reference in a new issue