Follow-up r92635 Make sure the Exif related tests handle not having the Exif extensio...
authorBrian Wolff <bawolff@users.mediawiki.org>
Sun, 18 Sep 2011 01:53:09 +0000 (01:53 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Sun, 18 Sep 2011 01:53:09 +0000 (01:53 +0000)
commitffed20a5da8dd8c0596fe93f3b5704638f7fb2b0
treec675d78a7aee7333846b724bd1108f6dccee30b3
parentb59c5ddfe576e82329bb88e7fd08f99ffc8a4423
Follow-up r92635 Make sure the Exif related tests handle not having the Exif extension available properly

This should fix issues reported in http://lists.wikimedia.org/pipermail/wikitech-l/2011-September/055212.html Lots of these tests loaded the exif extension dynamically, but then didn't reset $wgShowEXIF var properly.

Also change some of the markTestIncomplete to markTestSkipped as that seemed more correct.
tests/phpunit/includes/media/BitmapMetadataHandlerTest.php
tests/phpunit/includes/media/ExifBitmapTest.php
tests/phpunit/includes/media/ExifRotationTest.php
tests/phpunit/includes/media/ExifTest.php
tests/phpunit/includes/media/FormatMetadataTest.php
tests/phpunit/includes/media/JpegTest.php
tests/phpunit/includes/media/XMPTest.php