felipe Mon, 15 Feb 2010 21:46:45 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=295106
Log: - Fix test (Bug #51036) Bug: http://bugs.php.net/51036 (Open) If you get a communication problem when loading the WSDL, it fatal's Changed paths: U php/php-src/branches/PHP_5_2/ext/soap/tests/bugs/bug34657.phpt U php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug34657.phpt U php/php-src/trunk/ext/soap/tests/bugs/bug34657.phpt Modified: php/php-src/branches/PHP_5_2/ext/soap/tests/bugs/bug34657.phpt =================================================================== --- php/php-src/branches/PHP_5_2/ext/soap/tests/bugs/bug34657.phpt 2010-02-15 21:37:46 UTC (rev 295105) +++ php/php-src/branches/PHP_5_2/ext/soap/tests/bugs/bug34657.phpt 2010-02-15 21:46:45 UTC (rev 295106) @@ -31,5 +31,5 @@ Warning: SoapClient::SoapClient(): I/O warning : failed to load external entity "http://i_dont_exist.com/some.wsdl" in %sbug34657.php on line 3 SoapFault -SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://i_dont_exist.com/some.wsdl' +SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://i_dont_exist.com/some.wsdl'%S ok Modified: php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug34657.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug34657.phpt 2010-02-15 21:37:46 UTC (rev 295105) +++ php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug34657.phpt 2010-02-15 21:46:45 UTC (rev 295106) @@ -31,5 +31,5 @@ Warning: SoapClient::SoapClient(): I/O warning : failed to load external entity "http://i_dont_exist.com/some.wsdl" in %sbug34657.php on line 3 SoapFault -SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://i_dont_exist.com/some.wsdl' +SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://i_dont_exist.com/some.wsdl'%S ok Modified: php/php-src/trunk/ext/soap/tests/bugs/bug34657.phpt =================================================================== --- php/php-src/trunk/ext/soap/tests/bugs/bug34657.phpt 2010-02-15 21:37:46 UTC (rev 295105) +++ php/php-src/trunk/ext/soap/tests/bugs/bug34657.phpt 2010-02-15 21:46:45 UTC (rev 295106) @@ -31,5 +31,5 @@ Warning: SoapClient::__construct(): I/O warning : failed to load external entity "http://i_dont_exist.com/some.wsdl" in %sbug34657.php on line 3 SoapFault -SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://i_dont_exist.com/some.wsdl' +SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://i_dont_exist.com/some.wsdl'%S ok
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php