From 2598964b104a2ea91b999db53b2cb90fdc86a74a Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sat, 14 Jul 2012 08:25:45 +1200 Subject: [PATCH] Bug 5644 : Fixing the test Signed-off-by: Paul Poulain --- t/Kalendar.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); -- 2.20.1