skip unsupported fortnight tests for now
authorChuck Hagenbuch <chuck@horde.org>
Thu, 21 May 2009 15:23:04 +0000 (11:23 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Fri, 22 May 2009 15:57:30 +0000 (11:57 -0400)
framework/Date_Parser/test/Horde/Date/Parser/Locale/BaseTest.php

index 46ab8f3..ed9d3df 100644 (file)
@@ -358,6 +358,7 @@ class Horde_Date_Parser_Locale_BaseTest extends Horde_Test_Case
 
     public function testParseGuessGrFortnight()
     {
+        $this->markTestSkipped("No support for fortnights currently");
         $time = $this->parser->parse("this fortnight");
         $this->assertEquals(new Horde_Date(2006, 8, 21, 19, 30), $time);