felipe Mon, 15 Feb 2010 21:16:34 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=295100
Log: - Fix test (bug #51040) Bug: http://bugs.php.net/51040 (Open) xmlwriter_write_attribute_ns with missing param Changed paths: U php/php-src/branches/PHP_5_2/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt U php/php-src/branches/PHP_5_3/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt U php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt Modified: php/php-src/branches/PHP_5_2/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt =================================================================== --- php/php-src/branches/PHP_5_2/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt 2010-02-15 21:05:08 UTC (rev 295099) +++ php/php-src/branches/PHP_5_2/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt 2010-02-15 21:16:34 UTC (rev 295100) @@ -31,5 +31,5 @@ <?xml version="1.0" encoding="UTF-8"?> <root> <elem1 attr1="first"/> -</root> +</root>%w bool(false) Modified: php/php-src/branches/PHP_5_3/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt 2010-02-15 21:05:08 UTC (rev 295099) +++ php/php-src/branches/PHP_5_3/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt 2010-02-15 21:16:34 UTC (rev 295100) @@ -31,5 +31,5 @@ <?xml version="1.0" encoding="UTF-8"?> <root> <elem1 attr1="first"/> -</root> +</root>%w bool(false) Modified: php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt =================================================================== --- php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt 2010-02-15 21:05:08 UTC (rev 295099) +++ php/php-src/trunk/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt 2010-02-15 21:16:34 UTC (rev 295100) @@ -31,5 +31,5 @@ <?xml version="1.0" encoding="UTF-8"?> <root> <elem1 attr1="first"/> -</root> +</root>%w bool(false)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
