Summary | Horde_Date failing test |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | |
Requester | remi (at) famillecollet (dot) com |
Created | 01/09/2013 (4558 days ago) |
Due | |
Updated | 01/10/2013 (4557 days ago) |
Assigned | |
Resolved | 01/10/2013 (4557 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
Bug #11181Version ⇒ Git master
Queue ⇒ Horde Framework Packages
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Components
Summary ⇒ Horde_Date failing test
Type ⇒ Bug
State ⇒ Unconfirmed
1) Horde_Date_RecurrenceTest::testMonthlyWeekdayFifth
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'2012-08-30 10:00:00'
+'2012-08-02 10:00:00'
/dev/shm/BUILD/php-horde-Horde-Date-2.0.2/Horde_Date-2.0.2/test/Horde/Date/RecurrenceTest.php:403
If I understand correctly the test, it should compute the 5th thurday
of the month after june.
As July have only 4 thurday, should it return ?
5th thursday of Aug ? (as expected by the test)
5th thursday after July ? (so 1st of Aug; as reported)