something to check against chronic
authorChuck Hagenbuch <chuck@horde.org>
Fri, 22 May 2009 02:01:59 +0000 (22:01 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Fri, 22 May 2009 15:57:31 +0000 (11:57 -0400)
framework/Date_Parser/test/Horde/Date/Parser/Locale/BaseTest.php

index 1943d24..f09b228 100644 (file)
@@ -335,6 +335,7 @@ class Horde_Date_Parser_Locale_BaseTest extends Horde_Test_Case
         $this->assertEquals(new Horde_Date(2006, 10, 24, 12, 30), $time);
 
         $time = $this->parser->parse("this year", array('context' => 'past'));
+        $this->fail("check against chronic with guess -> false; if it matches just adjust this");
         $this->assertEquals(new Horde_Date(2006, 4, 24, 12, 30), $time);
     }