nlopess Mon Jul 10 07:03:18 2006 UTC
Modified files:
/php-src/ext/calendar/tests easter_date.phpt
Log:
fix test on non-Harmut machine :)
http://cvs.php.net/viewvc.cgi/php-src/ext/calendar/tests/easter_date.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/calendar/tests/easter_date.phpt
diff -u php-src/ext/calendar/tests/easter_date.phpt:1.2
php-src/ext/calendar/tests/easter_date.phpt:1.3
--- php-src/ext/calendar/tests/easter_date.phpt:1.2 Sun Jul 9 22:42:05 2006
+++ php-src/ext/calendar/tests/easter_date.phpt Mon Jul 10 07:03:18 2006
@@ -9,10 +9,10 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php