From 609138304a5622a8b1276b55e81d738c36c4f92d Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 6 Oct 2005 16:47:32 +0000 Subject: [PATCH] - dont assume PHP-version or Content-Type --- tests/HttpResponse_003.phpt | 2 +- tests/HttpResponse_004.phpt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" -- 2.30.2