From 591aea0c9c06e0d699e479ade07921e54ed74970 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 3 Dec 2009 18:16:09 +0100 Subject: [PATCH] The original host worked for me. --- framework/Http/test/Horde/Http/FopenTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Http/test/Horde/Http/FopenTest.php b/framework/Http/test/Horde/Http/FopenTest.php index 7bb7d4e14..980c2572e 100644 --- a/framework/Http/test/Horde/Http/FopenTest.php +++ b/framework/Http/test/Horde/Http/FopenTest.php @@ -21,7 +21,7 @@ class Horde_Http_FopenTest extends PHPUnit_Framework_TestCase { $client = new Horde_Http_Client(array('request' => new Horde_Http_Request_Fopen())); try { - $response = $client->get('http://doesntexist.example.com/'); + $response = $client->get('http://doesntexist/'); $this->fail(); } catch (Horde_Http_Exception $e) { } -- 2.11.0