(follow-up r86169) Moar unit-tests!! (sorry for uttetly huge commit)
authorBrian Wolff <bawolff@users.mediawiki.org>
Sun, 21 Aug 2011 18:05:34 +0000 (18:05 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Sun, 21 Aug 2011 18:05:34 +0000 (18:05 +0000)
commit4aaf9fe071db4c64923fe50e6db8101c1abdc860
tree51a810d9de79615dd6b26d76370e011374ee0292
parentb995e08cdf00d3b2f09585dd1424da6f317b857b
(follow-up r86169) Moar unit-tests!! (sorry for uttetly huge commit)

This should be my last commit of unit tests for the media metadata stuff (hopefully).
63 files changed:
tests/phpunit/data/media/README
tests/phpunit/data/media/animated-xmp.gif [new file with mode: 0644]
tests/phpunit/data/media/animated.gif [new file with mode: 0644]
tests/phpunit/data/media/exif-gps.jpg [new file with mode: 0644]
tests/phpunit/data/media/exif-user-comment.jpg [new file with mode: 0644]
tests/phpunit/data/media/iptc-timetest-invalid.jpg [new file with mode: 0644]
tests/phpunit/data/media/iptc-timetest.jpg [new file with mode: 0644]
tests/phpunit/data/media/jpeg-iptc-bad-hash.jpg [new file with mode: 0644]
tests/phpunit/data/media/jpeg-iptc-good-hash.jpg [new file with mode: 0644]
tests/phpunit/data/media/jpeg-xmp-alt.jpg [new file with mode: 0644]
tests/phpunit/data/media/jpeg-xmp-psir.jpg [new file with mode: 0644]
tests/phpunit/data/media/jpeg-xmp-psir.xmp [new file with mode: 0644]
tests/phpunit/data/media/nonanimated.gif [new file with mode: 0644]
tests/phpunit/data/media/xmp.png [new file with mode: 0644]
tests/phpunit/data/xmp/1.result.php [new file with mode: 0644]
tests/phpunit/data/xmp/1.xmp [new file with mode: 0644]
tests/phpunit/data/xmp/2.result.php [new file with mode: 0644]
tests/phpunit/data/xmp/2.xmp [new file with mode: 0644]
tests/phpunit/data/xmp/3-invalid.result.php [new file with mode: 0644]
tests/phpunit/data/xmp/3-invalid.xmp [new file with mode: 0644]
tests/phpunit/data/xmp/3.result.php [new file with mode: 0644]
tests/phpunit/data/xmp/3.xmp [new file with mode: 0644]
tests/phpunit/data/xmp/4.result.php [new file with mode: 0644]
tests/phpunit/data/xmp/4.xmp [new file with mode: 0644]
tests/phpunit/data/xmp/5.result.php [new file with mode: 0644]
tests/phpunit/data/xmp/5.xmp [new file with mode: 0644]
tests/phpunit/data/xmp/6.result.php [new file with mode: 0644]
tests/phpunit/data/xmp/6.xmp [new file with mode: 0644]
tests/phpunit/data/xmp/7.result.php [new file with mode: 0644]
tests/phpunit/data/xmp/7.xmp [new file with mode: 0644]
tests/phpunit/data/xmp/README [new file with mode: 0644]
tests/phpunit/data/xmp/bag-for-seq.result.php [new file with mode: 0644]
tests/phpunit/data/xmp/bag-for-seq.xmp [new file with mode: 0644]
tests/phpunit/data/xmp/flash.result.php [new file with mode: 0644]
tests/phpunit/data/xmp/flash.xmp [new file with mode: 0644]
tests/phpunit/data/xmp/invalid-child-not-struct.result.php [new file with mode: 0644]
tests/phpunit/data/xmp/invalid-child-not-struct.xmp [new file with mode: 0644]
tests/phpunit/data/xmp/no-namespace.result.php [new file with mode: 0644]
tests/phpunit/data/xmp/no-namespace.xmp [new file with mode: 0644]
tests/phpunit/data/xmp/no-recognized-props.result.php [new file with mode: 0644]
tests/phpunit/data/xmp/no-recognized-props.xmp [new file with mode: 0644]
tests/phpunit/data/xmp/utf16BE.result.php [new file with mode: 0644]
tests/phpunit/data/xmp/utf16BE.xmp [new file with mode: 0644]
tests/phpunit/data/xmp/utf16LE.result.php [new file with mode: 0644]
tests/phpunit/data/xmp/utf16LE.xmp [new file with mode: 0644]
tests/phpunit/data/xmp/utf32BE.result.php [new file with mode: 0644]
tests/phpunit/data/xmp/utf32BE.xmp [new file with mode: 0644]
tests/phpunit/data/xmp/utf32LE.result.php [new file with mode: 0644]
tests/phpunit/data/xmp/utf32LE.xmp [new file with mode: 0644]
tests/phpunit/data/xmp/xmpExt.result.php [new file with mode: 0644]
tests/phpunit/data/xmp/xmpExt.xmp [new file with mode: 0644]
tests/phpunit/data/xmp/xmpExt2.xmp [new file with mode: 0644]
tests/phpunit/includes/media/BitmapMetadataHandlerTest.php
tests/phpunit/includes/media/ExifBitmapTest.php
tests/phpunit/includes/media/ExifTest.php [new file with mode: 0644]
tests/phpunit/includes/media/GIFMetadataExtractorTest.php [new file with mode: 0644]
tests/phpunit/includes/media/GIFTest.php [new file with mode: 0644]
tests/phpunit/includes/media/IPTCTest.php [new file with mode: 0644]
tests/phpunit/includes/media/JpegMetadataExtractorTest.php
tests/phpunit/includes/media/PNGMetadataExtractorTest.php
tests/phpunit/includes/media/PNGTest.php [new file with mode: 0644]
tests/phpunit/includes/media/TiffTest.php
tests/phpunit/includes/media/XMPTest.php [new file with mode: 0644]