From: Jan Schneider Date: Thu, 29 Oct 2009 14:55:02 +0000 (+0100) Subject: Note that this a test for bug #8546. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=dd74801f9ff84a267bb38e9bdecbb82214fb1b81;p=horde.git Note that this a test for bug #8546. --- diff --git a/framework/Date/test/Horde/Date/RecurrenceTest.php b/framework/Date/test/Horde/Date/RecurrenceTest.php index 93163a334..8e69bdc09 100644 --- a/framework/Date/test/Horde/Date/RecurrenceTest.php +++ b/framework/Date/test/Horde/Date/RecurrenceTest.php @@ -110,7 +110,7 @@ class Horde_Date_RecurrenceTest extends PHPUnit_Framework_TestCase '2010-01-07 08:00:00', '2010-01-08 08:00:00', ), - $this->_getRecurrences($r)); + $this->_getRecurrences($r), 'Test for bug #8546'); } public function testWeeklyCount()