Merge remote-tracking branch 'origin/new/bug_5644'
authorPaul Poulain <paul.poulain@biblibre.com>
Mon, 16 Jul 2012 10:43:09 +0000 (12:43 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 16 Jul 2012 10:43:09 +0000 (12:43 +0200)
t/Kalendar.t

index f955231..5d219b2 100755 (executable)
@@ -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' );