follow-up r91885 rename testTiffFile since its not about tiff files
authorBrian Wolff <bawolff@users.mediawiki.org>
Thu, 18 Aug 2011 03:53:53 +0000 (03:53 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Thu, 18 Aug 2011 03:53:53 +0000 (03:53 +0000)
This is probably what was referred to in CR, not what I changed in r94825

tests/phpunit/includes/media/JpegTest.php

index f31685c..3a2900b 100644 (file)
@@ -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." );
                }