From 23b034e265ac54021931ceddc9f1f9d6b5272eab Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Thu, 18 Aug 2011 03:53:53 +0000 Subject: [PATCH] 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 --- tests/phpunit/includes/media/JpegTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ); } -- 2.20.1