From: Michael Wallner Date: Thu, 6 Oct 2005 16:47:32 +0000 (+0000) Subject: - dont assume PHP-version or Content-Type X-Git-Tag: RELEASE_0_15_0~37 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=609138304a5622a8b1276b55e81d738c36c4f92d - dont assume PHP-version or Content-Type --- diff --git a/tests/HttpResponse_003.phpt b/tests/HttpResponse_003.phpt index 027d536..4b5941c 100644 --- a/tests/HttpResponse_003.phpt +++ b/tests/HttpResponse_003.phpt @@ -18,7 +18,7 @@ HttpResponse::setFile(__FILE__); HttpResponse::send(); ?> --EXPECTF-- -X-Powered-By: PHP/5.1.0RC2-dev +X-Powered-By: PHP/%s ETag: "%s" Cache-Control: public, must-revalidate, max_age=3600 Last-Modified: %s, %d %s 20%d %d:%d:%d GMT diff --git a/tests/HttpResponse_004.phpt b/tests/HttpResponse_004.phpt index ed198d6..a0f569d 100644 --- a/tests/HttpResponse_004.phpt +++ b/tests/HttpResponse_004.phpt @@ -20,7 +20,7 @@ HttpResponse::send(); ?> --EXPECTF-- Status: 304 -Content-type: text/html -X-Powered-By: PHP/5.1.0RC2-dev +Content-type: %s +X-Powered-By: PHP/%s Cache-Control: public, must-revalidate, max_age=3600 ETag: "80b285463881575891e86ba7bfecb4d0"