diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-12-04 18:29:49 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-12-04 18:29:49 +0000 |
commit | 57a912e828df6fcf1872f9f4c2fe64c6f8694a7b (patch) | |
tree | 5d726e00b32265a234ce75b406a7b86881d9fddf /ext/calendar | |
parent | ebef6661dfaa292583d79576a694e71b5178fedf (diff) | |
download | php-git-57a912e828df6fcf1872f9f4c2fe64c6f8694a7b.tar.gz |
Fixed tests
Diffstat (limited to 'ext/calendar')
-rw-r--r-- | ext/calendar/tests/easter_date.phpt | 6 | ||||
-rw-r--r-- | ext/calendar/tests/unixtojd.phpt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/calendar/tests/easter_date.phpt b/ext/calendar/tests/easter_date.phpt index 55a3670dad..1adff69293 100644 --- a/ext/calendar/tests/easter_date.phpt +++ b/ext/calendar/tests/easter_date.phpt @@ -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 diff --git a/ext/calendar/tests/unixtojd.phpt b/ext/calendar/tests/unixtojd.phpt index 567a8c25b6..e8e953c374 100644 --- a/ext/calendar/tests/unixtojd.phpt +++ b/ext/calendar/tests/unixtojd.phpt @@ -10,5 +10,5 @@ echo unixtojd(1152459009). "\n"; ?> --EXPECT-- 2440588 -2452162 +2452161 2453926 |