renamed VbbProvider to BvgProvider

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@311 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-10-17 21:49:06 +00:00
parent b04e80cbf2
commit 98ceed52f8
2 changed files with 7 additions and 7 deletions

View file

@ -26,7 +26,7 @@ import org.junit.Test;
/**
* @author Andreas Schildbach
*/
public class VbbProviderTest
public class BvgProviderTest
{
@Test
public void footwayWithLink()
@ -90,7 +90,7 @@ public class VbbProviderTest
private void assertFineConnectionDetails(String s)
{
Matcher m = VbbProvider.P_CONNECTION_DETAILS_FINE.matcher(s);
Matcher m = BvgProvider.P_CONNECTION_DETAILS_FINE.matcher(s);
assertTrue(m.matches());
// ParserUtils.printGroups(m);
}