The original host worked for me.
authorJan Schneider <jan@horde.org>
Thu, 3 Dec 2009 17:16:09 +0000 (18:16 +0100)
committerJan Schneider <jan@horde.org>
Thu, 3 Dec 2009 20:35:18 +0000 (21:35 +0100)
framework/Http/test/Horde/Http/FopenTest.php

index 7bb7d4e..980c257 100644 (file)
@@ -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) {
         }