jeroendedauw
38c7f444e1
Use __DIR__ instead of dirname( __FILE__ )
...
We can now do this since we finally switched to PHP 5.3 for MW 1.20 and get rid of the silly dirname(__FILE__) stuff :)
Change-Id: Id9b2c9cd2e678197aa81c78adced5d1d31ff57b1
2012-08-27 21:45:00 +02:00
Brian Wolff
f9173cb902
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
Brian Wolff
19d0d43aa5
(follow-up r100575 / r99477) unit-tests for jpegMetadataExtractor dealing with padding bytes.
2011-10-24 02:47:22 +00:00
Sam Reed
90e74042b4
Fix comment blocks that start /* to /**
2011-10-11 18:30:50 +00:00
Brian Wolff
4aaf9fe071
(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).
2011-08-21 18:05:34 +00:00
Brian Wolff
c0e419ce5e
follow-up r86169: unit tests for extraction of JPEG comment (COM) segments.
2011-08-18 05:45:04 +00:00