From: Gunnar Wrobel
Date: Mon, 9 Nov 2009 08:51:13 +0000 (+0100) Subject: Hrm, correct test. The last event should be exactly one week after the first. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=abcf42368ec56dca13715d59574c593a7f1aacb9;p=horde.git Hrm, correct test. The last event should be exactly one week after the first. --- diff --git a/framework/Date/test/Horde/Date/RecurrenceTest.php b/framework/Date/test/Horde/Date/RecurrenceTest.php index c3549d6e3..0342bdba0 100644 --- a/framework/Date/test/Horde/Date/RecurrenceTest.php +++ b/framework/Date/test/Horde/Date/RecurrenceTest.php @@ -148,7 +148,7 @@ class Horde_Date_RecurrenceTest extends PHPUnit_Framework_TestCase $this->assertEquals('FREQ=WEEKLY;INTERVAL=1;BYDAY=TH,SA;COUNT=3', $r->toRRule20($this->ical)); $this->assertEquals(array('2007-03-01 10:00:00', '2007-03-03 10:00:00', - '2007-03-10 10:00:00',), + '2007-03-08 10:00:00',), $this->_getRecurrences($r)); }