X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Futils%2FZipDirectoryReaderTest.php;h=a1a3fd73093497e3297a4d3a2ddba31ad61c09a8;hp=9f18e5af359c1463188e20b9d32d7a5c6067b8e6;hb=15c27d356b5e6760024ac0653279a76d94d78b1f;hpb=64d22694b34eb2ad73f184708f5a904876db0a98 diff --git a/tests/phpunit/includes/utils/ZipDirectoryReaderTest.php b/tests/phpunit/includes/utils/ZipDirectoryReaderTest.php index 9f18e5af35..a1a3fd7309 100644 --- a/tests/phpunit/includes/utils/ZipDirectoryReaderTest.php +++ b/tests/phpunit/includes/utils/ZipDirectoryReaderTest.php @@ -61,7 +61,8 @@ class ZipDirectoryReaderTest extends PHPUnit\Framework\TestCase { } public function testTrailingBytes() { - $this->readZipAssertError( 'trail.zip', 'zip-bad', + // Due to T40432 this is now zip-wrong-format instead of zip-bad + $this->readZipAssertError( 'trail.zip', 'zip-wrong-format', 'Trailing bytes error' ); }