felipe                                   Sat, 05 Jun 2010 15:37:25 +0000

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

Log:
- Fix tests

Changed paths:
    U   php/php-src/branches/PHP_5_2/ext/soap/tests/bugs/bug34657.phpt
    U   
php/php-src/branches/PHP_5_2/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_005w.phpt
    U   
php/php-src/branches/PHP_5_2/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_006w.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-06-05 15:25:49 UTC (rev 300208)
+++ php/php-src/branches/PHP_5_2/ext/soap/tests/bugs/bug34657.phpt      
2010-06-05 15:37:25 UTC (rev 300209)
@@ -32,4 +32,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'%S
+
 ok

Modified: 
php/php-src/branches/PHP_5_2/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_005w.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_2/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_005w.phpt
  2010-06-05 15:25:49 UTC (rev 300208)
+++ 
php/php-src/branches/PHP_5_2/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_005w.phpt
  2010-06-05 15:37:25 UTC (rev 300209)
@@ -45,28 +45,7 @@
       ["varString"]=>
       string(4) "arg3"
       ["child"]=>
-      object(stdClass)#7 (3) {
-        ["varInt"]=>
-        int(1)
-        ["varString"]=>
-        string(4) "arg1"
-        ["child"]=>
-        object(stdClass)#8 (3) {
-          ["varInt"]=>
-          int(2)
-          ["varString"]=>
-          string(4) "arg2"
-          ["child"]=>
-          object(stdClass)#9 (3) {
-            ["varInt"]=>
-            int(3)
-            ["varString"]=>
-            string(4) "arg3"
-            ["child"]=>
-            *RECURSION*
-          }
-        }
-      }
+      *RECURSION*
     }
   }
 }

Modified: 
php/php-src/branches/PHP_5_2/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_006w.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_2/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_006w.phpt
  2010-06-05 15:25:49 UTC (rev 300208)
+++ 
php/php-src/branches/PHP_5_2/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_006w.phpt
  2010-06-05 15:37:25 UTC (rev 300209)
@@ -45,21 +45,7 @@
       ["varString"]=>
       string(4) "arg3"
       ["child"]=>
-      object(stdClass)#8 (3) {
-        ["varInt"]=>
-        int(2)
-        ["varString"]=>
-        string(4) "arg2"
-        ["child"]=>
-        object(stdClass)#9 (3) {
-          ["varInt"]=>
-          int(3)
-          ["varString"]=>
-          string(4) "arg3"
-          ["child"]=>
-          *RECURSION*
-        }
-      }
+      *RECURSION*
     }
   }
 }

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

Reply via email to