Bug 13115 - Holidays.t will fail some unit tests on Sundays
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 20 Oct 2014 05:56:46 +0000 (01:56 -0400)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 22 Oct 2014 00:11:28 +0000 (21:11 -0300)
commit7fafe2afb491c8aff468dc200c705c05b57f4991
tree34b067bed978fe4f4cdeb5dbd9069fcb1cbc885d
parent5dfc026fad2b0e92e00e501cf15284fae042a711
Bug 13115 - Holidays.t will fail some unit tests on Sundays

Due to the fact that Sunday is a repeating holiday in the example data
which is used for part but not all of Holidays.t, the last test will
fail on Sundays. The test is to see if today is *not* a special holiday
for MPL, but since it's already a repeating holiday, is_holiday will
return true rather than false.

Test Plan:
1) Wait until Sunday
2) prove t/db_dependent/Holidays.t
3) Note the failure
4) Apply this patch
5) Repeat step 2
6) Note there is no longer a failure

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Used my time machine... :)

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
t/db_dependent/Holidays.t