Move the image files used in the media tests from includes/media to data/media as...
authorBrian Wolff <bawolff@users.mediawiki.org>
Wed, 17 Aug 2011 23:28:31 +0000 (23:28 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Wed, 17 Aug 2011 23:28:31 +0000 (23:28 +0000)
commita6623f7face6fe735980fbefca3df371f41d556e
treef38beb3defaf1131b9b9ccfdee759edc6374888b
parentdf5ae1310b930d9992d2bff28c1112b874733000
Move the image files used in the media tests from includes/media to data/media as the includes/media
was starting to get crowded with supporting image files.

This changes the following things
*Moves the media files to a different directory
*Changes the references to the files to reference there new locations

2 semi-unrelated changes
*Modify the README file that was basically giving credit for the images where due to explain what the images are for.
*set svn:mime-type to image/svg+xml for the svg files.
43 files changed:
tests/phpunit/data/media/1bit-png.png [new file with mode: 0644]
tests/phpunit/data/media/Animated_PNG_example_bouncing_beach_ball.png [new file with mode: 0644]
tests/phpunit/data/media/Gtk-media-play-ltr.svg [new file with mode: 0644]
tests/phpunit/data/media/Png-native-test.png [new file with mode: 0644]
tests/phpunit/data/media/QA_icon.svg [new file with mode: 0644]
tests/phpunit/data/media/README [new file with mode: 0644]
tests/phpunit/data/media/US_states_by_total_state_tax_revenue.svg [new file with mode: 0644]
tests/phpunit/data/media/Wikimedia-logo.svg [new file with mode: 0644]
tests/phpunit/data/media/Xmp-exif-multilingual_test.jpg [new file with mode: 0644]
tests/phpunit/data/media/broken_exif_date.jpg [new file with mode: 0644]
tests/phpunit/data/media/greyscale-na-png.png [new file with mode: 0644]
tests/phpunit/data/media/greyscale-png.png [new file with mode: 0644]
tests/phpunit/data/media/landscape-plain.jpg [new file with mode: 0644]
tests/phpunit/data/media/portrait-rotated.jpg [new file with mode: 0644]
tests/phpunit/data/media/rgb-na-png.png [new file with mode: 0644]
tests/phpunit/data/media/rgb-png.png [new file with mode: 0644]
tests/phpunit/data/media/test.jpg [new file with mode: 0644]
tests/phpunit/data/media/test.tiff [new file with mode: 0644]
tests/phpunit/includes/media/1bit-png.png [deleted file]
tests/phpunit/includes/media/Animated_PNG_example_bouncing_beach_ball.png [deleted file]
tests/phpunit/includes/media/BitmapMetadataHandlerTest.php
tests/phpunit/includes/media/ExifRotationTest.php
tests/phpunit/includes/media/FormatMetadataTest.php
tests/phpunit/includes/media/Gtk-media-play-ltr.svg [deleted file]
tests/phpunit/includes/media/JpegTest.php
tests/phpunit/includes/media/PNGMetadataExtractorTest.php
tests/phpunit/includes/media/Png-native-test.png [deleted file]
tests/phpunit/includes/media/QA_icon.svg [deleted file]
tests/phpunit/includes/media/README [deleted file]
tests/phpunit/includes/media/SVGMetadataExtractorTest.php
tests/phpunit/includes/media/TiffTest.php
tests/phpunit/includes/media/US_states_by_total_state_tax_revenue.svg [deleted file]
tests/phpunit/includes/media/Wikimedia-logo.svg [deleted file]
tests/phpunit/includes/media/Xmp-exif-multilingual_test.jpg [deleted file]
tests/phpunit/includes/media/broken_exif_date.jpg [deleted file]
tests/phpunit/includes/media/greyscale-na-png.png [deleted file]
tests/phpunit/includes/media/greyscale-png.png [deleted file]
tests/phpunit/includes/media/landscape-plain.jpg [deleted file]
tests/phpunit/includes/media/portrait-rotated.jpg [deleted file]
tests/phpunit/includes/media/rgb-na-png.png [deleted file]
tests/phpunit/includes/media/rgb-png.png [deleted file]
tests/phpunit/includes/media/test.jpg [deleted file]
tests/phpunit/includes/media/test.tiff [deleted file]