From: Brian Wolff Date: Thu, 18 Aug 2011 03:53:53 +0000 (+0000) Subject: follow-up r91885 rename testTiffFile since its not about tiff files X-Git-Tag: 1.31.0-rc.0~28193 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=23b034e265ac54021931ceddc9f1f9d6b5272eab;p=lhc%2Fweb%2Fwiklou.git follow-up r91885 rename testTiffFile since its not about tiff files This is probably what was referred to in CR, not what I changed in r94825 --- diff --git a/tests/phpunit/includes/media/JpegTest.php b/tests/phpunit/includes/media/JpegTest.php index f31685c455..3a2900bf21 100644 --- a/tests/phpunit/includes/media/JpegTest.php +++ b/tests/phpunit/includes/media/JpegTest.php @@ -13,7 +13,7 @@ class JpegTest extends MediaWikiTestCase { $res = $jpeg->getMetadata( null, $this->filePath . 'README' ); $this->assertEquals( ExifBitmapHandler::BROKEN_FILE, $res ); } - public function testTiffFile() { + public function testJpegMetadataExtraction() { if ( !wfDl( 'exif' ) ) { $this->markTestIncomplete( "This test needs the exif extension." ); }