From: Jan Schneider Date: Thu, 3 Dec 2009 17:16:09 +0000 (+0100) Subject: The original host worked for me. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=591aea0c9c06e0d699e479ade07921e54ed74970;p=horde.git The original host worked for me. --- 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) { }