diff options
author | Bananeweizen <bananeweizen@gmx.de> | 2015-02-21 06:59:37 +0100 |
---|---|---|
committer | Bananeweizen <bananeweizen@gmx.de> | 2015-02-21 06:59:37 +0100 |
commit | aa33a5cf8e55609c9eec52ef947cad8f7220307b (patch) | |
tree | f216de01d783cd6e35345df553cbd31f78ee2395 /tests | |
parent | 843f98395a839bf3a569bbc2f57da9986a01e528 (diff) | |
download | cgeo-aa33a5cf8e55609c9eec52ef947cad8f7220307b.zip cgeo-aa33a5cf8e55609c9eec52ef947cad8f7220307b.tar.gz cgeo-aa33a5cf8e55609c9eec52ef947cad8f7220307b.tar.bz2 |
better event start time detection
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/cgeo/geocaching/GeocacheTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/cgeo/geocaching/GeocacheTest.java b/tests/src/cgeo/geocaching/GeocacheTest.java index 3e29bcf..26c677d 100644 --- a/tests/src/cgeo/geocaching/GeocacheTest.java +++ b/tests/src/cgeo/geocaching/GeocacheTest.java @@ -295,6 +295,7 @@ public class GeocacheTest extends CGeoTestCase { 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); + assertTime("von 19.15 " + timeHours + " bis ca.20.30 " + timeHours + " statt", 19, 15); } public static void testGuessEventTimeShortDescription() { |