X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=phpunit%2FMessageBodyTest.php;h=eda54b0b9e416562e4ce0fc47ef585d9a73af03e;hb=179b9e4d1c888871a3393a6045dfb675a14b6675;hp=bc07401fa2526b9b3f0e731f96ccfbe5abf0959e;hpb=2e9ac0202f2c5f1cb94e0afd4b66c1c35c316284;p=m6w6%2Fext-http 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() {