From 2e44b49a2db3026050b136de9b00f749dd3ff939 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 25 Apr 2014 06:26:49 +0200 Subject: Update to MediaWiki 1.22.6 --- tests/phpunit/data/xmp/1.result.php | 8 --- tests/phpunit/data/xmp/1.xmp | 11 ---- tests/phpunit/data/xmp/2.result.php | 8 --- tests/phpunit/data/xmp/2.xmp | 12 ---- tests/phpunit/data/xmp/3-invalid.result.php | 7 --- tests/phpunit/data/xmp/3-invalid.xmp | 31 ---------- tests/phpunit/data/xmp/3.result.php | 8 --- tests/phpunit/data/xmp/3.xmp | 29 --------- tests/phpunit/data/xmp/4.result.php | 7 --- tests/phpunit/data/xmp/4.xmp | 22 ------- tests/phpunit/data/xmp/5.result.php | 7 --- tests/phpunit/data/xmp/5.xmp | 16 ----- tests/phpunit/data/xmp/6.result.php | 8 --- tests/phpunit/data/xmp/6.xmp | 18 ------ tests/phpunit/data/xmp/7.result.php | 52 ---------------- tests/phpunit/data/xmp/7.xmp | 67 --------------------- tests/phpunit/data/xmp/README | 3 - tests/phpunit/data/xmp/bag-for-seq.result.php | 10 --- tests/phpunit/data/xmp/bag-for-seq.xmp | 1 - tests/phpunit/data/xmp/flash.result.php | 8 --- tests/phpunit/data/xmp/flash.xmp | 11 ---- tests/phpunit/data/xmp/gps.result.php | 11 ---- tests/phpunit/data/xmp/gps.xmp | 17 ------ .../data/xmp/invalid-child-not-struct.result.php | 7 --- .../phpunit/data/xmp/invalid-child-not-struct.xmp | 12 ---- tests/phpunit/data/xmp/no-namespace.result.php | 7 --- tests/phpunit/data/xmp/no-namespace.xmp | 11 ---- .../data/xmp/no-recognized-props.result.php | 2 - tests/phpunit/data/xmp/no-recognized-props.xmp | 8 --- tests/phpunit/data/xmp/utf16BE.result.php | 12 ---- tests/phpunit/data/xmp/utf16BE.xmp | Bin 930 -> 0 bytes tests/phpunit/data/xmp/utf16LE.result.php | 12 ---- tests/phpunit/data/xmp/utf16LE.xmp | Bin 930 -> 0 bytes tests/phpunit/data/xmp/utf32BE.result.php | 12 ---- tests/phpunit/data/xmp/utf32BE.xmp | Bin 1856 -> 0 bytes tests/phpunit/data/xmp/utf32LE.result.php | 12 ---- tests/phpunit/data/xmp/utf32LE.xmp | Bin 1856 -> 0 bytes tests/phpunit/data/xmp/xmpExt.result.php | 8 --- tests/phpunit/data/xmp/xmpExt.xmp | 13 ---- tests/phpunit/data/xmp/xmpExt2.xmp | 8 --- 40 files changed, 496 deletions(-) delete mode 100644 tests/phpunit/data/xmp/1.result.php delete mode 100644 tests/phpunit/data/xmp/1.xmp delete mode 100644 tests/phpunit/data/xmp/2.result.php delete mode 100644 tests/phpunit/data/xmp/2.xmp delete mode 100644 tests/phpunit/data/xmp/3-invalid.result.php delete mode 100644 tests/phpunit/data/xmp/3-invalid.xmp delete mode 100644 tests/phpunit/data/xmp/3.result.php delete mode 100644 tests/phpunit/data/xmp/3.xmp delete mode 100644 tests/phpunit/data/xmp/4.result.php delete mode 100644 tests/phpunit/data/xmp/4.xmp delete mode 100644 tests/phpunit/data/xmp/5.result.php delete mode 100644 tests/phpunit/data/xmp/5.xmp delete mode 100644 tests/phpunit/data/xmp/6.result.php delete mode 100644 tests/phpunit/data/xmp/6.xmp delete mode 100644 tests/phpunit/data/xmp/7.result.php delete mode 100644 tests/phpunit/data/xmp/7.xmp delete mode 100644 tests/phpunit/data/xmp/README delete mode 100644 tests/phpunit/data/xmp/bag-for-seq.result.php delete mode 100644 tests/phpunit/data/xmp/bag-for-seq.xmp delete mode 100644 tests/phpunit/data/xmp/flash.result.php delete mode 100644 tests/phpunit/data/xmp/flash.xmp delete mode 100644 tests/phpunit/data/xmp/gps.result.php delete mode 100644 tests/phpunit/data/xmp/gps.xmp delete mode 100644 tests/phpunit/data/xmp/invalid-child-not-struct.result.php delete mode 100644 tests/phpunit/data/xmp/invalid-child-not-struct.xmp delete mode 100644 tests/phpunit/data/xmp/no-namespace.result.php delete mode 100644 tests/phpunit/data/xmp/no-namespace.xmp delete mode 100644 tests/phpunit/data/xmp/no-recognized-props.result.php delete mode 100644 tests/phpunit/data/xmp/no-recognized-props.xmp delete mode 100644 tests/phpunit/data/xmp/utf16BE.result.php delete mode 100644 tests/phpunit/data/xmp/utf16BE.xmp delete mode 100644 tests/phpunit/data/xmp/utf16LE.result.php delete mode 100644 tests/phpunit/data/xmp/utf16LE.xmp delete mode 100644 tests/phpunit/data/xmp/utf32BE.result.php delete mode 100644 tests/phpunit/data/xmp/utf32BE.xmp delete mode 100644 tests/phpunit/data/xmp/utf32LE.result.php delete mode 100644 tests/phpunit/data/xmp/utf32LE.xmp delete mode 100644 tests/phpunit/data/xmp/xmpExt.result.php delete mode 100644 tests/phpunit/data/xmp/xmpExt.xmp delete mode 100644 tests/phpunit/data/xmp/xmpExt2.xmp (limited to 'tests/phpunit/data/xmp') diff --git a/tests/phpunit/data/xmp/1.result.php b/tests/phpunit/data/xmp/1.result.php deleted file mode 100644 index beead1bd..00000000 --- a/tests/phpunit/data/xmp/1.result.php +++ /dev/null @@ -1,8 +0,0 @@ - - array( - 'DigitalZoomRatio' => '0/10', - 'Flash' => '9' - ) -); diff --git a/tests/phpunit/data/xmp/1.xmp b/tests/phpunit/data/xmp/1.xmp deleted file mode 100644 index 66e15427..00000000 --- a/tests/phpunit/data/xmp/1.xmp +++ /dev/null @@ -1,11 +0,0 @@ - - - - -True 0 1 False False - - diff --git a/tests/phpunit/data/xmp/2.result.php b/tests/phpunit/data/xmp/2.result.php deleted file mode 100644 index beead1bd..00000000 --- a/tests/phpunit/data/xmp/2.result.php +++ /dev/null @@ -1,8 +0,0 @@ - - array( - 'DigitalZoomRatio' => '0/10', - 'Flash' => '9' - ) -); diff --git a/tests/phpunit/data/xmp/2.xmp b/tests/phpunit/data/xmp/2.xmp deleted file mode 100644 index 0fa6a894..00000000 --- a/tests/phpunit/data/xmp/2.xmp +++ /dev/null @@ -1,12 +0,0 @@ - - - - - -True 1 False False - - diff --git a/tests/phpunit/data/xmp/3-invalid.result.php b/tests/phpunit/data/xmp/3-invalid.result.php deleted file mode 100644 index 5741b2c9..00000000 --- a/tests/phpunit/data/xmp/3-invalid.result.php +++ /dev/null @@ -1,7 +0,0 @@ - - array( - 'DigitalZoomRatio' => '0/10', - ) -); diff --git a/tests/phpunit/data/xmp/3-invalid.xmp b/tests/phpunit/data/xmp/3-invalid.xmp deleted file mode 100644 index 2425e254..00000000 --- a/tests/phpunit/data/xmp/3-invalid.xmp +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - -0/10 - -fred - - - - - - - - -1 -False - - False False - - diff --git a/tests/phpunit/data/xmp/3.result.php b/tests/phpunit/data/xmp/3.result.php deleted file mode 100644 index beead1bd..00000000 --- a/tests/phpunit/data/xmp/3.result.php +++ /dev/null @@ -1,8 +0,0 @@ - - array( - 'DigitalZoomRatio' => '0/10', - 'Flash' => '9' - ) -); diff --git a/tests/phpunit/data/xmp/3.xmp b/tests/phpunit/data/xmp/3.xmp deleted file mode 100644 index 2cf19883..00000000 --- a/tests/phpunit/data/xmp/3.xmp +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - -0/10 - -fred - - - - - - - -True - -1 -False - - False False - - diff --git a/tests/phpunit/data/xmp/4.result.php b/tests/phpunit/data/xmp/4.result.php deleted file mode 100644 index 5741b2c9..00000000 --- a/tests/phpunit/data/xmp/4.result.php +++ /dev/null @@ -1,7 +0,0 @@ - - array( - 'DigitalZoomRatio' => '0/10', - ) -); diff --git a/tests/phpunit/data/xmp/4.xmp b/tests/phpunit/data/xmp/4.xmp deleted file mode 100644 index 29eb614b..00000000 --- a/tests/phpunit/data/xmp/4.xmp +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - -0/10 - - -True 0 1 False False - - - - - - diff --git a/tests/phpunit/data/xmp/5.result.php b/tests/phpunit/data/xmp/5.result.php deleted file mode 100644 index 5741b2c9..00000000 --- a/tests/phpunit/data/xmp/5.result.php +++ /dev/null @@ -1,7 +0,0 @@ - - array( - 'DigitalZoomRatio' => '0/10', - ) -); diff --git a/tests/phpunit/data/xmp/5.xmp b/tests/phpunit/data/xmp/5.xmp deleted file mode 100644 index 3cc61d68..00000000 --- a/tests/phpunit/data/xmp/5.xmp +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - -True 0 1 False False - - - - - - diff --git a/tests/phpunit/data/xmp/6.result.php b/tests/phpunit/data/xmp/6.result.php deleted file mode 100644 index beead1bd..00000000 --- a/tests/phpunit/data/xmp/6.result.php +++ /dev/null @@ -1,8 +0,0 @@ - - array( - 'DigitalZoomRatio' => '0/10', - 'Flash' => '9' - ) -); diff --git a/tests/phpunit/data/xmp/6.xmp b/tests/phpunit/data/xmp/6.xmp deleted file mode 100644 index f435ab23..00000000 --- a/tests/phpunit/data/xmp/6.xmp +++ /dev/null @@ -1,18 +0,0 @@ - - - - -0/10 - - - - - -True 0 1 False False - - diff --git a/tests/phpunit/data/xmp/7.result.php b/tests/phpunit/data/xmp/7.result.php deleted file mode 100644 index 115cdc92..00000000 --- a/tests/phpunit/data/xmp/7.result.php +++ /dev/null @@ -1,52 +0,0 @@ - - array( - 'CameraOwnerName' => 'Me!', - ), - 'xmp-general' => - array( - 'LicenseUrl' => 'http://creativecommons.com/cc-by-2.9', - 'ImageDescription' => - array( - 'x-default' => 'Test image for the cc: xmp: xmpRights: namespaces in xmp', - '_type' => 'lang', - ), - 'ObjectName' => - array( - 'x-default' => 'xmp core/xmp rights/cc ns test', - '_type' => 'lang', - ), - 'DateTimeDigitized' => '2005:04:03', - 'Software' => 'The one true editor: Vi (ok i used gimp)', - 'Identifier' => - array( - 0 => 'http://example.com/identifierurl', - 1 => 'urn:sha1:342524abcdef', - '_type' => 'ul', - ), - 'Label' => 'Test image', - 'DateTimeMetadata' => '2011:05:12', - 'DateTime' => '2007:03:04 06:34:10', - 'Nickname' => 'My little xmp test image', - 'Rating' => '5', - 'RightsCertificate' => 'http://example.com/rights-certificate/', - 'Copyrighted' => 'True', - 'CopyrightOwner' => - array( - 0 => 'Bawolff is copyright owner', - '_type' => 'ul', - ), - 'UsageTerms' => - array( - 'x-default' => 'do whatever you want', - 'en-gb' => 'Do whatever you want in british english', - '_type' => 'lang', - ), - 'WebStatement' => 'http://example.com/web_statement', - ), - 'xmp-deprecated' => - array( - 'Identifier' => 'http://example.com/identifierurl/wrong', - ), -); diff --git a/tests/phpunit/data/xmp/7.xmp b/tests/phpunit/data/xmp/7.xmp deleted file mode 100644 index e18e13d9..00000000 --- a/tests/phpunit/data/xmp/7.xmp +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - Me! - - - - http://creativecommons.com/cc-by-2.9 - - - - - - Test image for the cc: xmp: xmpRights: namespaces in xmp - - - http://example.com/identifierurl/wrong - - - xmp core/xmp rights/cc ns test - - - - - - 2005-04-03 - The one true editor: Vi (ok i used gimp) - - - http://example.com/identifierurl - - urn:sha1:342524abcdef - - - Test image - 2011-05-12 - 2007-03-04T12:34:10-06:00 - My little xmp test image - 7 - - - - http://example.com/rights-certificate/ - True - - - Bawolff is copyright owner - - - - - do whatever you want - Do whatever you want in british english - - - http://example.com/web_statement - - - - diff --git a/tests/phpunit/data/xmp/README b/tests/phpunit/data/xmp/README deleted file mode 100644 index bd949176..00000000 --- a/tests/phpunit/data/xmp/README +++ /dev/null @@ -1,3 +0,0 @@ -This directory contains a bunch of XMP files -as well as a bunch of php files containing what the -parsed version of the XMP looks like. diff --git a/tests/phpunit/data/xmp/bag-for-seq.result.php b/tests/phpunit/data/xmp/bag-for-seq.result.php deleted file mode 100644 index b5244f88..00000000 --- a/tests/phpunit/data/xmp/bag-for-seq.result.php +++ /dev/null @@ -1,10 +0,0 @@ - array( - 'Artist' => array( - '_type' => 'ul', - 0 => 'The author', - ) - ) -); diff --git a/tests/phpunit/data/xmp/bag-for-seq.xmp b/tests/phpunit/data/xmp/bag-for-seq.xmp deleted file mode 100644 index c6ed5b7c..00000000 --- a/tests/phpunit/data/xmp/bag-for-seq.xmp +++ /dev/null @@ -1 +0,0 @@ - The author diff --git a/tests/phpunit/data/xmp/flash.result.php b/tests/phpunit/data/xmp/flash.result.php deleted file mode 100644 index 018c0ac1..00000000 --- a/tests/phpunit/data/xmp/flash.result.php +++ /dev/null @@ -1,8 +0,0 @@ - - array( - 'DigitalZoomRatio' => '0/10', - 'Flash' => '127' - ) -); diff --git a/tests/phpunit/data/xmp/flash.xmp b/tests/phpunit/data/xmp/flash.xmp deleted file mode 100644 index b1373cc2..00000000 --- a/tests/phpunit/data/xmp/flash.xmp +++ /dev/null @@ -1,11 +0,0 @@ - - - - -True 3 3 True True - - diff --git a/tests/phpunit/data/xmp/gps.result.php b/tests/phpunit/data/xmp/gps.result.php deleted file mode 100644 index 8ea9c68c..00000000 --- a/tests/phpunit/data/xmp/gps.result.php +++ /dev/null @@ -1,11 +0,0 @@ - - array( - 'GPSAltitude' => -3.14159265301, - 'GPSDOP' => '5/1', - 'GPSLatitude' => 88.51805555, - 'GPSLongitude' => -21.12356945, - 'GPSVersionID' => '2.2.0.0' - ) -); diff --git a/tests/phpunit/data/xmp/gps.xmp b/tests/phpunit/data/xmp/gps.xmp deleted file mode 100644 index e52d2c8a..00000000 --- a/tests/phpunit/data/xmp/gps.xmp +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - 103993/33102 - 1 - 5/1 - 88,31.083333N - 21,7.414167W - 2.2.0.0 - - - - - diff --git a/tests/phpunit/data/xmp/invalid-child-not-struct.result.php b/tests/phpunit/data/xmp/invalid-child-not-struct.result.php deleted file mode 100644 index 5741b2c9..00000000 --- a/tests/phpunit/data/xmp/invalid-child-not-struct.result.php +++ /dev/null @@ -1,7 +0,0 @@ - - array( - 'DigitalZoomRatio' => '0/10', - ) -); diff --git a/tests/phpunit/data/xmp/invalid-child-not-struct.xmp b/tests/phpunit/data/xmp/invalid-child-not-struct.xmp deleted file mode 100644 index 6aa0c10b..00000000 --- a/tests/phpunit/data/xmp/invalid-child-not-struct.xmp +++ /dev/null @@ -1,12 +0,0 @@ - - - -True 0 1 False False - - - - diff --git a/tests/phpunit/data/xmp/no-namespace.result.php b/tests/phpunit/data/xmp/no-namespace.result.php deleted file mode 100644 index 3ff69201..00000000 --- a/tests/phpunit/data/xmp/no-namespace.result.php +++ /dev/null @@ -1,7 +0,0 @@ - - array( - 'FNumber' => '28/10', - ) -); diff --git a/tests/phpunit/data/xmp/no-namespace.xmp b/tests/phpunit/data/xmp/no-namespace.xmp deleted file mode 100644 index 7d6cdb2f..00000000 --- a/tests/phpunit/data/xmp/no-namespace.xmp +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/tests/phpunit/data/xmp/no-recognized-props.result.php b/tests/phpunit/data/xmp/no-recognized-props.result.php deleted file mode 100644 index b3ca9f5a..00000000 --- a/tests/phpunit/data/xmp/no-recognized-props.result.php +++ /dev/null @@ -1,2 +0,0 @@ - - - - - diff --git a/tests/phpunit/data/xmp/utf16BE.result.php b/tests/phpunit/data/xmp/utf16BE.result.php deleted file mode 100644 index ac7ea506..00000000 --- a/tests/phpunit/data/xmp/utf16BE.result.php +++ /dev/null @@ -1,12 +0,0 @@ - - array( - 'DigitalZoomRatio' => '0/10', - ), - 'xmp-general' => - array( - 'Label' => '􊯍' - ), -); diff --git a/tests/phpunit/data/xmp/utf16BE.xmp b/tests/phpunit/data/xmp/utf16BE.xmp deleted file mode 100644 index 0cf60d60..00000000 Binary files a/tests/phpunit/data/xmp/utf16BE.xmp and /dev/null differ diff --git a/tests/phpunit/data/xmp/utf16LE.result.php b/tests/phpunit/data/xmp/utf16LE.result.php deleted file mode 100644 index ac7ea506..00000000 --- a/tests/phpunit/data/xmp/utf16LE.result.php +++ /dev/null @@ -1,12 +0,0 @@ - - array( - 'DigitalZoomRatio' => '0/10', - ), - 'xmp-general' => - array( - 'Label' => '􊯍' - ), -); diff --git a/tests/phpunit/data/xmp/utf16LE.xmp b/tests/phpunit/data/xmp/utf16LE.xmp deleted file mode 100644 index 66d71f4c..00000000 Binary files a/tests/phpunit/data/xmp/utf16LE.xmp and /dev/null differ diff --git a/tests/phpunit/data/xmp/utf32BE.result.php b/tests/phpunit/data/xmp/utf32BE.result.php deleted file mode 100644 index ac7ea506..00000000 --- a/tests/phpunit/data/xmp/utf32BE.result.php +++ /dev/null @@ -1,12 +0,0 @@ - - array( - 'DigitalZoomRatio' => '0/10', - ), - 'xmp-general' => - array( - 'Label' => '􊯍' - ), -); diff --git a/tests/phpunit/data/xmp/utf32BE.xmp b/tests/phpunit/data/xmp/utf32BE.xmp deleted file mode 100644 index 06afdf92..00000000 Binary files a/tests/phpunit/data/xmp/utf32BE.xmp and /dev/null differ diff --git a/tests/phpunit/data/xmp/utf32LE.result.php b/tests/phpunit/data/xmp/utf32LE.result.php deleted file mode 100644 index ac7ea506..00000000 --- a/tests/phpunit/data/xmp/utf32LE.result.php +++ /dev/null @@ -1,12 +0,0 @@ - - array( - 'DigitalZoomRatio' => '0/10', - ), - 'xmp-general' => - array( - 'Label' => '􊯍' - ), -); diff --git a/tests/phpunit/data/xmp/utf32LE.xmp b/tests/phpunit/data/xmp/utf32LE.xmp deleted file mode 100644 index bf2097fe..00000000 Binary files a/tests/phpunit/data/xmp/utf32LE.xmp and /dev/null differ diff --git a/tests/phpunit/data/xmp/xmpExt.result.php b/tests/phpunit/data/xmp/xmpExt.result.php deleted file mode 100644 index beead1bd..00000000 --- a/tests/phpunit/data/xmp/xmpExt.result.php +++ /dev/null @@ -1,8 +0,0 @@ - - array( - 'DigitalZoomRatio' => '0/10', - 'Flash' => '9' - ) -); diff --git a/tests/phpunit/data/xmp/xmpExt.xmp b/tests/phpunit/data/xmp/xmpExt.xmp deleted file mode 100644 index da0383f8..00000000 --- a/tests/phpunit/data/xmp/xmpExt.xmp +++ /dev/null @@ -1,13 +0,0 @@ - - - - -True 0 1 False False - - diff --git a/tests/phpunit/data/xmp/xmpExt2.xmp b/tests/phpunit/data/xmp/xmpExt2.xmp deleted file mode 100644 index 060abb2c..00000000 --- a/tests/phpunit/data/xmp/xmpExt2.xmp +++ /dev/null @@ -1,8 +0,0 @@ - - - - - -- cgit v1.2.2