]> granicus.if.org Git - php/commitdiff
MFB: Fixed tests
authorIlia Alshanetsky <iliaa@php.net>
Mon, 4 Dec 2006 18:30:05 +0000 (18:30 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 4 Dec 2006 18:30:05 +0000 (18:30 +0000)
ext/calendar/tests/easter_date.phpt
ext/calendar/tests/unixtojd.phpt

index 55a3670dad230df14cc6efa36c86ddb2b3de2055..1adff69293aa1bb320f3ce331633b1d5c87e8b89 100644 (file)
@@ -12,9 +12,9 @@ echo date("Y-m-d", easter_date(2002))."\n";
 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
index 567a8c25b6be85658e042c0310de97979ee18cdf..e8e953c3747c7244fb158f6f74b51f8bb31c43c6 100644 (file)
@@ -10,5 +10,5 @@ echo unixtojd(1152459009). "\n";
 ?>
 --EXPECT--
 2440588
-2452162
+2452161
 2453926