derick Sun, 07 Mar 2010 17:23:40 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=295932
Log: - Update test cases after the fix for bug #49778. Bug: http://bugs.php.net/49778 (Closed) DateInterval::format("%a") is always zero Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/bug48678.phpt U php/php-src/trunk/ext/date/tests/bug48678.phpt Modified: php/php-src/branches/PHP_5_3/ext/date/tests/bug48678.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/date/tests/bug48678.phpt 2010-03-07 17:20:08 UTC (rev 295931) +++ php/php-src/branches/PHP_5_3/ext/date/tests/bug48678.phpt 2010-03-07 17:23:40 UTC (rev 295932) @@ -16,7 +16,7 @@ [i] => 30 [s] => 5 [invert] => 0 - [days] => 0 + [days] => ) DateInterval Object ( @@ -27,5 +27,5 @@ [i] => 30 [s] => 5 [invert] => 0 - [days] => 0 + [days] => ) Modified: php/php-src/trunk/ext/date/tests/bug48678.phpt =================================================================== --- php/php-src/trunk/ext/date/tests/bug48678.phpt 2010-03-07 17:20:08 UTC (rev 295931) +++ php/php-src/trunk/ext/date/tests/bug48678.phpt 2010-03-07 17:23:40 UTC (rev 295932) @@ -16,7 +16,7 @@ [i] => 30 [s] => 5 [invert] => 0 - [days] => 0 + [days] => ) DateInterval Object ( @@ -27,5 +27,5 @@ [i] => 30 [s] => 5 [invert] => 0 - [days] => 0 + [days] => )
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
