From 921522e44830f4f04cfbaeeffb52c6b1fb9dceaa Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sat, 2 Mar 2013 09:24:23 +0000 Subject: [PATCH] fix tests --- tests/response007.phpt | 2 +- tests/response009.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/response007.phpt b/tests/response007.phpt index 11aa0de..64fbd65 100644 --- a/tests/response007.phpt +++ b/tests/response007.phpt @@ -29,7 +29,7 @@ var_dump(stream_get_contents($tmp)); Done --EXPECTF-- Test -string(141) "HTTP/1.1 206 Partial Content%c +string(%d) "HTTP/1.1 206 Partial Content%c Accept-Ranges: bytes%c X-Powered-By: %s%c Content-Type: text/plain%c diff --git a/tests/response009.phpt b/tests/response009.phpt index 4743004..9a0e23d 100644 --- a/tests/response009.phpt +++ b/tests/response009.phpt @@ -19,7 +19,7 @@ rewind($f); var_dump(stream_get_contents($f)); ?> --EXPECTF-- -string(355) "HTTP/1.1 200 OK%c +string(%d) "HTTP/1.1 200 OK%c Accept-Ranges: bytes%c X-Powered-By: %s%c ETag: "abc"%c -- 2.30.2