summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-10-20 21:37:54 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-10-20 21:37:54 +0200
commitb7cfeab63d3666a24fad96ae42669a2f55e9da03 (patch)
treee32641f2eff6b0b00606ebe6d8fc4b01678772cb
parent712c66312b26ec08723b47583b7be846451ed712 (diff)
downloadrpg-b7cfeab63d3666a24fad96ae42669a2f55e9da03.tar.gz
rpg-b7cfeab63d3666a24fad96ae42669a2f55e9da03.tar.bz2
make sure HTTP test uses HTTP only and doesn't get redirected
-rw-r--r--_test/tests/inc/httpclient_http_proxy.test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/tests/inc/httpclient_http_proxy.test.php b/_test/tests/inc/httpclient_http_proxy.test.php
index c53e3579c..4aa039fcc 100644
--- a/_test/tests/inc/httpclient_http_proxy.test.php
+++ b/_test/tests/inc/httpclient_http_proxy.test.php
@@ -1,7 +1,7 @@
<?php
class httpclient_http_proxy_test extends DokuWikiTest {
- protected $url = 'http://www.dokuwiki.org/README';
+ protected $url = 'http://test.dokuwiki.org/README';
/**
* @group internet