mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 05:38:47 +00:00
renamed VVV to VMOBIL
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@655 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
39e343d3ab
commit
2756f8e9dd
3 changed files with 8 additions and 7 deletions
|
@ -21,7 +21,7 @@ import java.util.List;
|
|||
|
||||
import org.junit.Test;
|
||||
|
||||
import de.schildbach.pte.VvvProvider;
|
||||
import de.schildbach.pte.VmobilProvider;
|
||||
import de.schildbach.pte.dto.Location;
|
||||
import de.schildbach.pte.dto.LocationType;
|
||||
import de.schildbach.pte.dto.NearbyStationsResult;
|
||||
|
@ -30,9 +30,9 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
/**
|
||||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class VvvProviderLiveTest
|
||||
public class VmobilProviderLiveTest
|
||||
{
|
||||
private final VvvProvider provider = new VvvProvider();
|
||||
private final VmobilProvider provider = new VmobilProvider();
|
||||
|
||||
@Test
|
||||
public void autocompleteIncomplete() throws Exception
|
Loading…
Add table
Add a link
Reference in a new issue