From: Dmitry Stogov Date: Tue, 7 Jun 2005 05:37:38 +0000 (+0000) Subject: Enabled test for X-Git-Tag: php-5.0.1b1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20d7e52a53f994a420653d017fb1063f5dc76fac;p=php Enabled test for --- diff --git a/ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_029w.phpt b/ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_029w.phpt index 5af5b8bc28..fad222179c 100644 --- a/ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_029w.phpt +++ b/ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_029w.phpt @@ -1,15 +1,19 @@ --TEST-- SOAP Interop Round4 GroupI XSD 029 (php/wsdl): echoAnyElement --SKIPIF-- - is not supported yet'); ?> + --FILE-- 1,"exceptions"=>0)); -$client->echoAnyElement(array("inputAny"=>(object)array("something"=>"Hello World"))); +$client->echoAnyElement(array("inputAny"=>array("any"=>"Hello World"))); echo $client->__getlastrequest(); $HTTP_RAW_POST_DATA = $client->__getlastrequest(); include("round4_groupI_xsd.inc"); echo "ok\n"; ?> --EXPECT-- + +Hello World + +Hello World ok