pajoye                                   Sat, 18 Dec 2010 13:34:22 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=306431

Log:
- fix test

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/soap/tests/error_handler.phpt

Modified: php/php-src/branches/PHP_5_3/ext/soap/tests/error_handler.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/soap/tests/error_handler.phpt      
2010-12-18 12:51:23 UTC (rev 306430)
+++ php/php-src/branches/PHP_5_3/ext/soap/tests/error_handler.phpt      
2010-12-18 13:34:22 UTC (rev 306431)
@@ -2,7 +2,7 @@
 Bug #46760 (SoapClient doRequest fails when proxy is used)
 --SKIPIF--
 <?php require_once('skipif.inc');
-if (!extension_loaded('sqlite')) die('skip squilite extension not available');
+if (!extension_loaded('sqlite')) die('skip sqlite extension not available');
 ?>
 --FILE--
 <?php
@@ -10,8 +10,8 @@
 $var475 = sqlite_factory("\x00");
 $var147 = use_soap_error_handler();
 $var477 = flock(false,false);dump($client->_proxy_port);
-
-echo "OK";
 ?>
 --EXPECT--
-OK
+blllllllllaaaaaaa
+<?xml version="1.0" encoding="UTF-8"?>
+<SOAP-ENV:Envelope 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Call
 to undefined function 
dump()</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to