From 0c0999e9a88a7fe0d5c1c24fbed5bbde11de1c40 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 31 Dec 2011 10:12:50 -0500 Subject: [PATCH] Documentation - Added note about the failing unit tests that always happens at EOY. --- DEVELOPER | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DEVELOPER b/DEVELOPER index d71ed5b98..4350a978b 100644 --- a/DEVELOPER +++ b/DEVELOPER @@ -103,6 +103,9 @@ Unit Tests Needed - Test propagation of modifications to recurring tasks. - Test regex support. - Need unit tests for each bug in the issue list, if suitable. + - We have bugs in the unit tests that only manifest on days such as December + 31st. Clearly there is some bad date math going on, most likely in the + tests themselves, rather than in taskwarrior. * Note that running the unit tests require the Perl JSON module to be installed. @@ -132,6 +135,7 @@ Current Codebase Condition --- +2011-12-31 Added note about bad unit tests at EOY. 2011-12-23 Removed entry for tree-indentation function. 2011-10-16 Removed obsolete entries, added test suite description. 2011-10-16 Removed obsolete entries.