dmitry Tue Feb 24 05:14:13 2004 EDT Modified files: /php-src/ext/soap/tests/schema schema066.phpt Log: Fixed value of attribute is default value of attribute http://cvs.php.net/diff.php/php-src/ext/soap/tests/schema/schema066.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/ext/soap/tests/schema/schema066.phpt diff -u php-src/ext/soap/tests/schema/schema066.phpt:1.1 php-src/ext/soap/tests/schema/schema066.phpt:1.2 --- php-src/ext/soap/tests/schema/schema066.phpt:1.1 Wed Jan 28 08:33:48 2004 +++ php-src/ext/soap/tests/schema/schema066.phpt Tue Feb 24 05:14:09 2004 @@ -17,8 +17,10 @@ --EXPECT-- <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam str="str" xsi:type="ns1:testType"/></ns1:test></SOAP-ENV:Body></SOAP-ENV:Envelope> -object(stdClass)#5 (1) { +object(stdClass)#5 (2) { ["str"]=> string(3) "str" + ["int"]=> + int(5) } ok
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php