fixed testcase

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@142 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-09-06 10:02:25 +00:00
parent fc12d20236
commit dc11284996

View file

@ -96,6 +96,6 @@ public class BahnProviderTest
assertNotNull(m.group(1)); // line assertNotNull(m.group(1)); // line
assertNotNull(m.group(2)); // destination assertNotNull(m.group(2)); // destination
assertNotNull(m.group(3)); // time assertNotNull(m.group(3)); // time
assertNotNull(m.group(6)); // departure assertNotNull(m.group(7)); // departure
} }
} }