wiki.techinc.nl/tests/phpunit/includes/media
Aaron Schulz 7d923a9360 In FileBackend/FileOp:
* Replaced 'media' portion of container names with the repo name. This makes it easy for multiple repos to use the same backend without 'wikiId' hacks. Full container names are now like <wiki>-<repo>-<zone> (or <repo>-<zone> if 'wikiId' is set to an empty string).
* Restricted isValidContainerName() more in light of Azure portability and shorted shard suffix.
* Bumped $maxCacheSize to 75 storage paths.
* Code comment cleanups and additions.
Unit tests:
* Updated related tests and marked testBug29408() as broken (I can't find the problem).
* Reduced leakage in UploadFromUrlTestSuite a bit.
2012-01-07 01:33:23 +00:00
..
BitmapMetadataHandlerTest.php Make sure that if we fail to read the App13 (iptc) block of a JPG file, that that doesn't block other metadata from being read. Also makes sure if more then one app13 block is in the file, they are all read, not just the last one that appears in the file (This required some changes to tests since before the intermediate value was just one value, now its an array of all such blocks) 2012-01-05 23:25:39 +00:00
BitmapScalingTest.php Per comments on r99911 move $wgMaxImageArea check back to normaliseParams(). Added hook BitmapHandlerCheckImageArea to override the area check. I'm not very happy with this overly specific hook, but I don't see a clear way to obtain the functionallity required otherwise. 2011-11-02 20:48:50 +00:00
ExifBitmapTest.php Restore ExifBitmapTest::tearDown removed in r97398 2011-09-18 20:36:35 +00:00
ExifRotationTest.php In FileBackend/FileOp: 2012-01-07 01:33:23 +00:00
ExifTest.php Follow-up r92635 Make sure the Exif related tests handle not having the Exif extension available properly 2011-09-18 01:53:09 +00:00
FormatMetadataTest.php Merged FileBackend branch. Manually avoiding merging the many prop-only changes SVN likes to sprinkle in (easy to spot from the change list). Did not add SwiftFileBackend.php as it still is in development. 2011-12-20 03:52:06 +00:00
GIFMetadataExtractorTest.php Windows compat for a couple of tests :( 2011-11-04 20:46:04 +00:00
GIFTest.php Merged FileBackend branch. Manually avoiding merging the many prop-only changes SVN likes to sprinkle in (easy to spot from the change list). Did not add SwiftFileBackend.php as it still is in development. 2011-12-20 03:52:06 +00:00
IPTCTest.php (follow-up r86169) Moar unit-tests!! (sorry for uttetly huge commit) 2011-08-21 18:05:34 +00:00
JpegMetadataExtractorTest.php Make sure that if we fail to read the App13 (iptc) block of a JPG file, that that doesn't block other metadata from being read. Also makes sure if more then one app13 block is in the file, they are all read, not just the last one that appears in the file (This required some changes to tests since before the intermediate value was just one value, now its an array of all such blocks) 2012-01-05 23:25:39 +00:00
JpegTest.php Follow-up r92635 Make sure the Exif related tests handle not having the Exif extension available properly 2011-09-18 01:53:09 +00:00
MediaHandlerTest.php Followup r93344: forgot to fix test. In other news: inline data providing is eww. 2011-07-28 00:14:49 +00:00
PNGMetadataExtractorTest.php (follow-up r86169) Moar unit-tests!! (sorry for uttetly huge commit) 2011-08-21 18:05:34 +00:00
PNGTest.php Merged FileBackend branch. Manually avoiding merging the many prop-only changes SVN likes to sprinkle in (easy to spot from the change list). Did not add SwiftFileBackend.php as it still is in development. 2011-12-20 03:52:06 +00:00
SVGMetadataExtractorTest.php PHPUnit test case for bug 31719 (followup r107793) 2012-01-03 21:12:24 +00:00
TiffTest.php (follow-up r86169) Moar unit-tests!! (sorry for uttetly huge commit) 2011-08-21 18:05:34 +00:00
XMPTest.php Follow-up r92635 Make sure the Exif related tests handle not having the Exif extension available properly 2011-09-18 01:53:09 +00:00
XMPValidateTest.php follow-up r99316 - Fix class name in unit test class. 2011-10-08 19:00:24 +00:00