diff options
| author | Antony Dovgal <tony2001@php.net> | 2008-05-08 07:09:03 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2008-05-08 07:09:03 +0000 |
| commit | 47040f4eb0416cca9a28a6efc2efbfda039b3aca (patch) | |
| tree | 4580a9c523347fb83678185b1f4f9733d662ce6d /ext/soap | |
| parent | c108f3a797a796d7e5af284b1acc3cdc1d1e0b88 (diff) | |
| download | php-git-47040f4eb0416cca9a28a6efc2efbfda039b3aca.tar.gz | |
fix test
Diffstat (limited to 'ext/soap')
| -rwxr-xr-x | ext/soap/tests/bugs/bug42151.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/bugs/bug42151.phpt b/ext/soap/tests/bugs/bug42151.phpt index 51bb2afabc..ca3d5359de 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. |
