bug 8486 tiny follow-up, removing `
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 25 Jul 2012 14:55:30 +0000 (16:55 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 25 Jul 2012 14:55:30 +0000 (16:55 +0200)
t/Calendar.t

index 859d60b..d47e104 100755 (executable)
@@ -91,7 +91,7 @@ cmp_ok( $daycount->in_units('days'),
 
 my $ret = $cal->addDate( $test_dt, 1, 'days' );
 
-cmp_ok( $ret->ymd(), 'eq', '2012-07-24', 'Simple Single Day Add (Calendar)`' );
+cmp_ok( $ret->ymd(), 'eq', '2012-07-24', 'Simple Single Day Add (Calendar)' );
 
 $ret = $cal->addDate( $test_dt, 7, 'days' );
 cmp_ok( $ret->ymd(), 'eq', '2012-07-31', 'Add 7 days Calendar mode' );