From: Michael Wallner Date: Tue, 29 Dec 2009 12:20:03 +0000 (+0000) Subject: fix tests X-Git-Tag: RELEASE_1_7_0b2~6 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=a41db47b3996218b6c8b3e7170352ffdfb2f0670 fix tests --- diff --git a/tests/HttpRequest_003.phpt b/tests/HttpRequest_003.phpt index 0f148a0..723091a 100644 --- a/tests/HttpRequest_003.phpt +++ b/tests/HttpRequest_003.phpt @@ -11,7 +11,7 @@ skipif(!http_support(HTTP_SUPPORT_SSLREQUESTS), 'need ssl-request support') '3', 'ssl' => array('version' => '3', 'verifyhost' => '1')); -$r = new HttpRequest('https://ssl.arweb.info/iworks/data.txt'); +$r = new HttpRequest('https://ssl.irmler.at/iworks/data.txt'); $r->setOptions($o); $r->send(); var_dump($r->getResponseBody()); diff --git a/tests/redirect_012_logging.phpt b/tests/redirect_012_logging.phpt index 2735172..bacac45 100644 --- a/tests/redirect_012_logging.phpt +++ b/tests/redirect_012_logging.phpt @@ -5,6 +5,7 @@ logging redirects include 'skip.inc'; checkcgi(); checkmin("5.2.5"); +checkext("session"); ?> --ENV-- HTTP_HOST=example.com