projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d161956
)
The original host worked for me.
author
Jan Schneider
<jan@horde.org>
Thu, 3 Dec 2009 17:16:09 +0000
(18:16 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 3 Dec 2009 20:35:18 +0000
(21:35 +0100)
framework/Http/test/Horde/Http/FopenTest.php
patch
|
blob
|
history
diff --git
a/framework/Http/test/Horde/Http/FopenTest.php
b/framework/Http/test/Horde/Http/FopenTest.php
index
7bb7d4e
..
980c257
100644
(file)
--- 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) {
}