]> granicus.if.org Git - php/commitdiff
Fix test by adding expectations
authorMarcus Boerger <helly@php.net>
Mon, 19 Jan 2004 00:27:06 +0000 (00:27 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 19 Jan 2004 00:27:06 +0000 (00:27 +0000)
ext/soap/tests/server012.phpt

index bffcae0db54dfb280ca032ef31a6784c61bc6231..6a697ec1a2dad6133659da8ff8181c19c8a70ba3 100644 (file)
@@ -16,3 +16,5 @@ $server->handle();
 echo "ok\n";
 ?>
 --EXPECT--
+<?xml version="1.0" encoding="UTF-8"?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:apache="http://xml.apache.org/xml-soap" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><SOAP-ENV:Fault xsi:type="SOAP-ENC:Struct"><faultstring xsi:type="xsd:string">WSDL generation is not supported yet</faultstring><faultcode xsi:type="xsd:string">SOAP-ENV:Server</faultcode><detail xsi:nil="1"/></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>