summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-05-08 07:09:17 +0000
committerAntony Dovgal <tony2001@php.net>2008-05-08 07:09:17 +0000
commit9af8ebe9c7954c6cb3d360587802f4ddd3d79e7c (patch)
tree7bb30ed75a1a5443c8888c747a56d1ea07b0b8d4
parent88d4da5097532ec8087d9c138f62de56b6eb0803 (diff)
downloadphp-git-9af8ebe9c7954c6cb3d360587802f4ddd3d79e7c.tar.gz
fix test
-rwxr-xr-xext/soap/tests/bugs/bug42151.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/bugs/bug42151.phpt b/ext/soap/tests/bugs/bug42151.phpt
index 7f7a87bd15..fb95c2a619 100755
--- a/ext/soap/tests/bugs/bug42151.phpt
+++ b/ext/soap/tests/bugs/bug42151.phpt
@@ -26,6 +26,6 @@ try {
echo "ok\n";
?>
--EXPECT--
-SOAP-ERROR: Parsing WSDL: Couldn't load from 'httpx://'
+SOAP-ERROR: Parsing WSDL: Couldn't load from 'httpx://' : failed to load external entity "httpx://"
ok
I don't get executed either.