From: Gunnar Wrobel Date: Mon, 12 Apr 2010 08:48:47 +0000 (+0200) Subject: If these are not passing yet, they should be marked as incomplete. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c372eeec0929ff77e51888f167c485c2723abe9d;p=horde.git If these are not passing yet, they should be marked as incomplete. --- diff --git a/framework/View/test/Horde/View/Helper/DateTest.php b/framework/View/test/Horde/View/Helper/DateTest.php index 00d4bb852..95bb4cf93 100644 --- a/framework/View/test/Horde/View/Helper/DateTest.php +++ b/framework/View/test/Horde/View/Helper/DateTest.php @@ -123,6 +123,13 @@ class Horde_View_Helper_DateTest extends Horde_Test_Case $this->helper->distanceOfTimeInWords($from + (4*3600), $from)); $this->assertEquals('less than 20 seconds', $this->helper->distanceOfTimeInWords($from + 19, $from, true)); + } + + public function testDistanceInWordsWithIntegers() + { + $this->markTestIncomplete('not yet passing'); + + $from = mktime(21, 45, 0, 6, 6, 2004); // test with integers (not yet passing) $this->assertEquals('less than a minute',