iliaa Mon Dec 4 18:29:49 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/calendar/tests easter_date.phpt unixtojd.phpt
Log:
Fixed tests
http://cvs.php.net/viewvc.cgi/php-src/ext/calendar/tests/easter_date.phpt?r1=1.4.2.2&r2=1.4.2.3&diff_format=u
Index: php-src/ext/calendar/tests/easter_date.phpt
diff -u php-src/ext/calendar/tests/easter_date.phpt:1.4.2.2
php-src/ext/calendar/tests/easter_date.phpt:1.4.2.3
--- php-src/ext/calendar/tests/easter_date.phpt:1.4.2.2 Mon Oct 9 16:02:34 2006
+++ php-src/ext/calendar/tests/easter_date.phpt Mon Dec 4 18:29:49 2006
@@ -12,9 +12,9 @@
echo date("Y-m-d", easter_date(1492))."\n";
?>
--EXPECTF--
-2000-04-22
-2001-04-14
-2002-03-30
+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 %s on line %d
1970-01-01
http://cvs.php.net/viewvc.cgi/php-src/ext/calendar/tests/unixtojd.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/calendar/tests/unixtojd.phpt
diff -u php-src/ext/calendar/tests/unixtojd.phpt:1.1.2.2
php-src/ext/calendar/tests/unixtojd.phpt:1.1.2.3
--- php-src/ext/calendar/tests/unixtojd.phpt:1.1.2.2 Mon Oct 9 16:02:34 2006
+++ php-src/ext/calendar/tests/unixtojd.phpt Mon Dec 4 18:29:49 2006
@@ -10,5 +10,5 @@
?>
--EXPECT--
2440588
-2452162
+2452161
2453926
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php