From 845becbe227ac35de325cbbbeef884b173a1936c Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sun, 18 Dec 2005 15:24:11 +0000 Subject: [PATCH] Fixed test --- tests/exceptions.phpt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/exceptions.phpt b/tests/exceptions.phpt index 48b9149..61a7620 100644 --- a/tests/exceptions.phpt +++ b/tests/exceptions.phpt @@ -41,7 +41,7 @@ if (http_support(HTTP_SUPPORT_REQUESTS)) { printf("%s (%d)\n", $x->getMessage(), $x->getCode()); } } else { - echo "URL using bad/illegal format or missing URL; ((null)) (8)\n"; + echo "URL using bad/illegal format or missing URL; No URL set!\n ((null)) (8)\n"; } echo "Done\n"; ?> @@ -59,5 +59,6 @@ echo "Done\n"; 10: HttpSocketException 11: HttpResponseException 12: HttpUrlException -URL using bad/illegal format or missing URL; ((null)) (8) +URL using bad/illegal format or missing URL; No URL set! + ((null)) (8) Done -- 2.30.2