X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=phpunit%2FMessageBodyTest.php;h=eda54b0b9e416562e4ce0fc47ef585d9a73af03e;hp=bc07401fa2526b9b3f0e731f96ccfbe5abf0959e;hb=4407379af8d886b627c88572e9da69c38cdbda58;hpb=2e9ac0202f2c5f1cb94e0afd4b66c1c35c316284 diff --git a/phpunit/MessageBodyTest.php b/phpunit/MessageBodyTest.php index bc07401..eda54b0 100644 --- a/phpunit/MessageBodyTest.php +++ b/phpunit/MessageBodyTest.php @@ -87,7 +87,7 @@ class MessageBodyTest extends PHPUnit_Framework_TestCase { ), $this->file->etag() ); - $this->assertEquals(md5(""), $this->temp->etag()); + $this->assertEquals(crc32(""), $this->temp->etag()); } function testToStream() {