mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-12 18:28:48 +00:00
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:
parent
b04e80cbf2
commit
98ceed52f8
2 changed files with 7 additions and 7 deletions
|
@ -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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue