From 917be9d9f03f306d11e146773d2a9ece611441df 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 --- t/Kalendar.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Kalendar.t b/t/Kalendar.t index f955231..5d219b2 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' ); -- 1.7.10.4