X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fut_HttpUtil.phpt;h=bbd61e08831ea20a632c70d43e82d7c28c08739c;hp=104c41ae32f302affd007e4f701f4e4817bc2eea;hb=eabc03de1d511ce49640322859c6175f27a413e5;hpb=2812cd0aee5634421e9909a77a8b1e9aff012a3d diff --git a/tests/ut_HttpUtil.phpt b/tests/ut_HttpUtil.phpt index 104c41a..bbd61e0 100644 --- a/tests/ut_HttpUtil.phpt +++ b/tests/ut_HttpUtil.phpt @@ -102,7 +102,6 @@ class HttpUtilTest extends PHPUnit2_Framework_TestCase if ($support = http_support(HTTP_SUPPORT_ENCODINGS)) { $this->assertEquals(file_get_contents(__FILE__), http_gzdecode(http_gzencode(file_get_contents(__FILE__)))); $this->assertEquals(file_get_contents(__FILE__), http_inflate(http_deflate(file_get_contents(__FILE__)))); - $this->assertEquals(file_get_contents(__FILE__), http_uncompress(http_compress(file_get_contents(__FILE__)))); } else { $this->assertFalse($support); }