tyrael Mon, 16 May 2011 20:11:00 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=311109
Log: adding an XFAIL, as we have an open bug for this test Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/bug51819.phpt Modified: php/php-src/branches/PHP_5_3/ext/date/tests/bug51819.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/date/tests/bug51819.phpt 2011-05-16 20:10:04 UTC (rev 311108) +++ php/php-src/branches/PHP_5_3/ext/date/tests/bug51819.phpt 2011-05-16 20:11:00 UTC (rev 311109) @@ -1,5 +1,7 @@ --TEST-- Bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error) +--XFAIL-- +Bug #51819 isn't fixed yet --FILE-- <?php date_default_timezone_set('UTC'); @@ -30,4 +32,4 @@ var_dump('this should be the only output'); ?> --EXPECTF-- -string(30) "this should be the only output" \ No newline at end of file +string(30) "this should be the only output"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php