aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/GeocacheTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/cgeo/geocaching/GeocacheTest.java')
-rw-r--r--tests/src/cgeo/geocaching/GeocacheTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/cgeo/geocaching/GeocacheTest.java b/tests/src/cgeo/geocaching/GeocacheTest.java
index 5d9a31c..cdca9b7 100644
--- a/tests/src/cgeo/geocaching/GeocacheTest.java
+++ b/tests/src/cgeo/geocaching/GeocacheTest.java
@@ -245,6 +245,8 @@ public class GeocacheTest extends CGeoTestCase {
assertTime("text 14:20.", 14, 20);
assertTime("<b>14:20</b>", 14, 20);
assertTime("<u><em>Uhrzeit:</em></u> 17-20 " + timeHours + "</span></strong>", 17, 00);
+ assertTime("von 11 bis 13 " + timeHours, 11, 00);
+ assertTime("from 11 to 13 " + timeHours, 11, 00);
}
private static void assertTime(final String description, final int hours, final int minutes) {