From dc11284996ba6383e1a8b3793f17003a78837bf5 Mon Sep 17 00:00:00 2001 From: "andreas.schildbach" Date: Mon, 6 Sep 2010 10:02:25 +0000 Subject: [PATCH] fixed testcase git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@142 0924bc21-9374-b0fa-ee44-9ff1593b38f0 --- test/de/schildbach/pte/BahnProviderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/de/schildbach/pte/BahnProviderTest.java b/test/de/schildbach/pte/BahnProviderTest.java index d49e915a..21018db1 100644 --- a/test/de/schildbach/pte/BahnProviderTest.java +++ b/test/de/schildbach/pte/BahnProviderTest.java @@ -96,6 +96,6 @@ public class BahnProviderTest assertNotNull(m.group(1)); // line assertNotNull(m.group(2)); // destination assertNotNull(m.group(3)); // time - assertNotNull(m.group(6)); // departure + assertNotNull(m.group(7)); // departure } }