| 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 | 1/9/13 (4839 days ago) |
| Due | |
| Updated | 1/10/13 (4838 days ago) |
| Assigned | |
| Resolved | 1/10/13 (4838 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)