From: Paul Poulain Date: Mon, 16 Jul 2012 10:43:09 +0000 (+0200) Subject: Merge remote-tracking branch 'origin/new/bug_5644' X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=39701b866676845e86cec0e1d5ca40a6b159288a;hp=d4306c508d088d60274c031563cb8778380cecd9;p=koha.git Merge remote-tracking branch 'origin/new/bug_5644' --- diff --git a/t/Kalendar.t b/t/Kalendar.t index f955231264..5d219b2a1f 100755 --- a/t/Kalendar.t +++ b/t/Kalendar.t @@ -59,4 +59,4 @@ my $dt = $cal->addDate( $saturday, 1, 'days' ); is( $dt->day_of_week, 1, 'addDate skips closed Sunday' ); $dt = $cal->addDate( $bloomsday, -1 ); -cmp_ok( $dt->ymd(), 'cmp', '2011-06-15', 'Negative call to addDate' ); +is( $dt->ymd(), '2011-06-15', 'Negative call to addDate' );