remove XFAIL for bug #47178

This commit is contained in:
Michael Wallner 2012-01-18 10:16:37 +00:00
parent 15e16b31a4
commit 9168f1c807
2 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,5 @@
--TEST--
Test gzencode() function : variation - verify header contents with all encoding modes
--XFAIL--
Test will fail until bug #47178 resolved; missing gzip headers whne FORCE_DEFLATE specified
--SKIPIF--
<?php
@ -38,5 +36,5 @@ var_dump(bin2hex(gzencode($data, -1, FORCE_DEFLATE)));
-- Testing with each encoding_mode --
string(90) "1f8b080000000000000b735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200d7739de519000000"
string(90) "1f8b080000000000000b735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200d7739de519000000"
string(86) "1f8b080000000000000b789c735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200735808cd"
string(66) "789c735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200735808cd"
===DONE===

View File

@ -1,7 +1,5 @@
--TEST--
Test gzencode() function : variation - verify header contents with all encoding modes
--XFAIL--
Test will fail until bug #47178 resolved; missing gzip headers when FORCE_DEFLATE specified
--SKIPIF--
<?php
@ -38,5 +36,5 @@ var_dump(bin2hex(gzencode($data, -1, FORCE_DEFLATE)));
-- Testing with each encoding_mode --
string(90) "1f8b0800000000000003735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200d7739de519000000"
string(90) "1f8b0800000000000003735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200d7739de519000000"
string(86) "1f8b0800000000000003789c735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200735808cd"
string(66) "789c735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200735808cd"
===DONE===