]> granicus.if.org Git - php/commitdiff
fix test on non-Harmut machine :)
authorNuno Lopes <nlopess@php.net>
Mon, 10 Jul 2006 07:03:18 +0000 (07:03 +0000)
committerNuno Lopes <nlopess@php.net>
Mon, 10 Jul 2006 07:03:18 +0000 (07:03 +0000)
ext/calendar/tests/easter_date.phpt

index 00ad2db90f61dfb3e2bfc30bd6635e79132689c5..ab00e40c7dbf5808937c5137eb75a6a1bb50f3a1 100644 (file)
@@ -9,10 +9,10 @@ echo date("Y-m-d", easter_date(2001))."\n";
 echo date("Y-m-d", easter_date(2002))."\n";      
 echo date("Y-m-d", easter_date(1492))."\n";
 ?>
---EXPECT--
+--EXPECTF--
 2000-04-23
 2001-04-15
 2002-03-31
 
-Warning: easter_date(): This function is only valid for years between 1970 and 2037 inclusive in /home/hartmut/projects/php/dev/head/ext/calendar/tests/easter_date.php on line 5
+Warning: easter_date(): This function is only valid for years between 1970 and 2037 inclusive in %seaster_date.php on line 5
 1970-01-01