tyrael Mon, 16 May 2011 23:43:12 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=311119
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 U php/php-src/branches/PHP_5_4/ext/date/tests/bug51819.phpt U php/php-src/trunk/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 23:39:16 UTC (rev 311118) +++ php/php-src/branches/PHP_5_3/ext/date/tests/bug51819.phpt 2011-05-16 23:43:12 UTC (rev 311119) @@ -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'); Modified: php/php-src/branches/PHP_5_4/ext/date/tests/bug51819.phpt =================================================================== --- php/php-src/branches/PHP_5_4/ext/date/tests/bug51819.phpt 2011-05-16 23:39:16 UTC (rev 311118) +++ php/php-src/branches/PHP_5_4/ext/date/tests/bug51819.phpt 2011-05-16 23:43:12 UTC (rev 311119) @@ -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'); Modified: php/php-src/trunk/ext/date/tests/bug51819.phpt =================================================================== --- php/php-src/trunk/ext/date/tests/bug51819.phpt 2011-05-16 23:39:16 UTC (rev 311118) +++ php/php-src/trunk/ext/date/tests/bug51819.phpt 2011-05-16 23:43:12 UTC (rev 311119) @@ -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');
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php