Per CR on r86169, start adding unit tests for metadata extraction.
authorBrian Wolff <bawolff@users.mediawiki.org>
Thu, 23 Jun 2011 23:25:49 +0000 (23:25 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Thu, 23 Jun 2011 23:25:49 +0000 (23:25 +0000)
commitcf32ccd0726a262fe1d2b6dc85ef367558703fda
treee2e249aa6f8876e637593d0ca363af42873f9eda
parent6f225a6c16692e6e287b2c4fe8439038d0eb220d
Per CR on r86169, start adding unit tests for metadata extraction.

This is just some initial tests that really only cover png's. I plan
to add more soon.

Also well I'm here, fix the svn prop on broken_exif_date.jpg from r90421.
tests/phpunit/includes/media/1bit-png.png [new file with mode: 0644]
tests/phpunit/includes/media/Animated_PNG_example_bouncing_beach_ball.png [new file with mode: 0644]
tests/phpunit/includes/media/BitmapMetadataHandlerTest.php [new file with mode: 0644]
tests/phpunit/includes/media/PNGMetadataExtractorTest.php [new file with mode: 0644]
tests/phpunit/includes/media/Png-native-test.png [new file with mode: 0644]
tests/phpunit/includes/media/README
tests/phpunit/includes/media/Xmp-exif-multilingual_test.jpg [new file with mode: 0644]
tests/phpunit/includes/media/greyscale-na-png.png [new file with mode: 0644]
tests/phpunit/includes/media/greyscale-png.png [new file with mode: 0644]
tests/phpunit/includes/media/rgb-na-png.png [new file with mode: 0644]
tests/phpunit/includes/media/rgb-png.png [new file with mode: 0644]