wharmby Thu Jan 22 13:50:46 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/date/tests mktime-3.phpt
Log:
Fix test after #46732 fix. Tested on WIndows, Linux and Linux 64 bit
http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/mktime-3.phpt?r1=1.1.2.3.4.1&r2=1.1.2.3.4.2&diff_format=u
Index: php-src/ext/date/tests/mktime-3.phpt
diff -u php-src/ext/date/tests/mktime-3.phpt:1.1.2.3.4.1
php-src/ext/date/tests/mktime-3.phpt:1.1.2.3.4.2
--- php-src/ext/date/tests/mktime-3.phpt:1.1.2.3.4.1 Mon Feb 25 22:32:59 2008
+++ php-src/ext/date/tests/mktime-3.phpt Thu Jan 22 13:50:45 2009
@@ -24,6 +24,7 @@
echo "\n";
}
?>
+===Done===
--EXPECT--
America/Toronto
Y: 0 - January 2000-01-01T01:01:01-0500
@@ -32,7 +33,7 @@
Y: 71 - January 1971-01-01T01:01:01-0500
Y: 99 - January 1999-01-01T01:01:01-0500
Y: 100 - January 2000-01-01T01:01:01-0500
-Y: 105 - January 2005-01-01T01:01:01-0500
+Y: 105 - out of range
Y: 1900 - out of range
Y: 1901 - out of range
Y: 1902 - January 1902-01-01T01:01:01-0500
@@ -47,10 +48,12 @@
Y: 71 - January 1971-01-01T01:01:01+0100
Y: 99 - January 1999-01-01T01:01:01+0100
Y: 100 - January 2000-01-01T01:01:01+0100
-Y: 105 - January 2005-01-01T01:01:01+0100
+Y: 105 - out of range
Y: 1900 - out of range
Y: 1901 - out of range
Y: 1902 - January 1902-01-01T01:01:01+0100
Y: 1999 - January 1999-01-01T01:01:01+0100
Y: 2000 - January 2000-01-01T01:01:01+0100
Y: 2001 - January 2001-01-01T01:01:01+0100
+
+===Done===
\ No newline at end of file
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php