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:
andreas.schildbach@gmail.com 2011-05-20 06:09:07 +00:00
parent 39e343d3ab
commit 2756f8e9dd
3 changed files with 8 additions and 7 deletions

View file

@ -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