diff options
Diffstat (limited to 'tests/phpunit/data/xmp')
40 files changed, 0 insertions, 497 deletions
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 @@ -<?php - -$result = array( 'xmp-exif' => - 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 @@ -<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core - 4.1.3-c001 49.282696, Mon Apr 02 2007 21:16:10 "> -<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> -<rdf:Description - rdf:about="" - xmlns:exif="http://ns.adobe.com/exif/1.0/" - exif:DigitalZoomRatio="0/10"> -<exif:Flash rdf:parseType='Resource'> -<exif:Fired>True</exif:Fired> <exif:Return>0</exif:Return> <exif:Mode>1</exif:Mode> <exif:Function>False</exif:Function> <exif:RedEyeMode>False</exif:RedEyeMode></exif:Flash> </rdf:Description> </rdf:RDF> </x:xmpmeta> - -<?xpacket end="w"?> 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 @@ -<?php - -$result = array( 'xmp-exif' => - 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 @@ -<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core - 4.1.3-c001 49.282696, Mon Apr 02 2007 21:16:10 "> -<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> -<rdf:Description - rdf:about="" - xmlns:exif="http://ns.adobe.com/exif/1.0/" - exif:DigitalZoomRatio="0/10"> -<exif:Flash> -<rdf:Description exif:Return="0"> -<exif:Fired>True</exif:Fired> <exif:Mode>1</exif:Mode> <exif:Function>False</exif:Function> <exif:RedEyeMode>False</exif:RedEyeMode></rdf:Description></exif:Flash> </rdf:Description> </rdf:RDF> </x:xmpmeta> - -<?xpacket end="w"?> 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 @@ -<?php - -$result = array( 'xmp-exif' => - 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 @@ -<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core - 4.1.3-c001 49.282696, Mon Apr 02 2007 21:16:10 "> -<!-- -This file has an invalid flash compoenent (one of the values are a qualifier) ---> -<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> -<rdf:Description - rdf:about="" - xmlns:exif="http://ns.adobe.com/exif/1.0/" -> -<exif:DigitalZoomRatio> - -<rdf:Description> -<rdf:value> -0/10 -</rdf:value> -<exif:foobarbaz>fred</exif:foobarbaz> - -</rdf:Description> - -</exif:DigitalZoomRatio> - -<exif:Flash> -<rdf:Description exif:Return="0"> -<exif:Mode><rdf:Description> -<rdf:value>1</rdf:value> -<exif:Fired>False</exif:Fired> <!-- qualifier. should be ignored--> -</rdf:Description> -</exif:Mode> <exif:Function>False</exif:Function> <exif:RedEyeMode>False</exif:RedEyeMode></rdf:Description></exif:Flash> </rdf:Description> </rdf:RDF> </x:xmpmeta> - -<?xpacket end="w"?> 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 @@ -<?php - -$result = array( 'xmp-exif' => - 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 @@ -<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core - 4.1.3-c001 49.282696, Mon Apr 02 2007 21:16:10 "> -<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> -<rdf:Description - rdf:about="" - xmlns:exif="http://ns.adobe.com/exif/1.0/" -> -<exif:DigitalZoomRatio> - -<rdf:Description> -<rdf:value> -0/10 -</rdf:value> -<exif:foobarbaz>fred</exif:foobarbaz> - -</rdf:Description> - -</exif:DigitalZoomRatio> - -<exif:Flash> -<rdf:Description exif:Return="0"> -<exif:Fired>True</exif:Fired> -<exif:Mode><rdf:Description> -<rdf:value>1</rdf:value> -<exif:Fired>False</exif:Fired> <!-- qualifier. should be ignored--> -</rdf:Description> -</exif:Mode> <exif:Function>False</exif:Function> <exif:RedEyeMode>False</exif:RedEyeMode></rdf:Description></exif:Flash> </rdf:Description> </rdf:RDF> </x:xmpmeta> - -<?xpacket end="w"?> 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 @@ -<?php - -$result = array( 'xmp-exif' => - 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 @@ -<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core - 4.1.3-c001 49.282696, Mon Apr 02 2007 21:16:10 "> -<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> -<!-- Valid output is just the DigitalZoomRatio -as the flash is a qualifier ---> -<rdf:Description - rdf:about="" - xmlns:exif="http://ns.adobe.com/exif/1.0/"> - <exif:DigitalZoomRatio> -<rdf:Description> -<rdf:value> -0/10 -</rdf:value> -<exif:Flash rdf:parseType='Resource'> -<exif:Fired>True</exif:Fired> <exif:Return>0</exif:Return> <exif:Mode>1</exif:Mode> <exif:Function>False</exif:Function> <exif:RedEyeMode>False</exif:RedEyeMode></exif:Flash> -</rdf:Description> -</exif:DigitalZoomRatio> -</rdf:Description> </rdf:RDF> </x:xmpmeta> - - -<?xpacket end="w"?> 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 @@ -<?php - -$result = array( 'xmp-exif' => - 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 @@ -<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core - 4.1.3-c001 49.282696, Mon Apr 02 2007 21:16:10 "> -<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> -<rdf:Description - rdf:about="" - xmlns:exif="http://ns.adobe.com/exif/1.0/"> - <exif:DigitalZoomRatio> -<rdf:Description rdf:value="0/10"> -<exif:Flash rdf:parseType='Resource'> -<exif:Fired>True</exif:Fired> <exif:Return>0</exif:Return> <exif:Mode>1</exif:Mode> <exif:Function>False</exif:Function> <exif:RedEyeMode>False</exif:RedEyeMode></exif:Flash> -</rdf:Description> -</exif:DigitalZoomRatio> -</rdf:Description> </rdf:RDF> </x:xmpmeta> - - -<?xpacket end="w"?> 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 @@ -<?php - -$result = array( 'xmp-exif' => - 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 @@ -<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core - 4.1.3-c001 49.282696, Mon Apr 02 2007 21:16:10 "> -<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> -<rdf:Description - rdf:about="" - xmlns:exif="http://ns.adobe.com/exif/1.0/"> -<exif:DigitalZoomRatio> -0/10 -</exif:DigitalZoomRatio> -</rdf:Description> -<rdf:Description - rdf:about="" - xmlns:exif="http://ns.adobe.com/exif/1.0/"> - -<exif:Flash rdf:parseType='Resource'> -<exif:Fired>True</exif:Fired> <exif:Return>0</exif:Return> <exif:Mode>1</exif:Mode> <exif:Function>False</exif:Function> <exif:RedEyeMode>False</exif:RedEyeMode></exif:Flash> </rdf:Description> </rdf:RDF> </x:xmpmeta> - -<?xpacket end="w"?> diff --git a/tests/phpunit/data/xmp/7.result.php b/tests/phpunit/data/xmp/7.result.php deleted file mode 100644 index 0efcfa36..00000000 --- a/tests/phpunit/data/xmp/7.result.php +++ /dev/null @@ -1,52 +0,0 @@ -<?php -$result = array ( - 'xmp-exif' => - 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 @@ -<?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?> -<x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Image::ExifTool 7.30'> -<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'> - - <rdf:Description rdf:about='' - xmlns:aux='http://ns.adobe.com/exif/1.0/aux/'> - <aux:OwnerName>Me!</aux:OwnerName> - </rdf:Description> - - <rdf:Description rdf:about='' - xmlns:cc='http://creativecommons.org/ns#'> - <cc:license>http://creativecommons.com/cc-by-2.9</cc:license> - </rdf:Description> - - <rdf:Description rdf:about='' - xmlns:dc='http://purl.org/dc/elements/1.1/'> - <dc:description> - <rdf:Alt> - <rdf:li xml:lang='x-default'>Test image for the cc: xmp: xmpRights: namespaces in xmp</rdf:li> - </rdf:Alt> - </dc:description> - <dc:identifier>http://example.com/identifierurl/wrong</dc:identifier> - <dc:title> - <rdf:Alt> - <rdf:li xml:lang='x-default'>xmp core/xmp rights/cc ns test</rdf:li> - </rdf:Alt> - </dc:title> - </rdf:Description> - - <rdf:Description rdf:about='' - xmlns:xmp='http://ns.adobe.com/xap/1.0/'> - <xmp:CreateDate>2005-04-03</xmp:CreateDate> - <xmp:CreatorTool>The one true editor: Vi (ok i used gimp)</xmp:CreatorTool> - <xmp:Identifier> - <rdf:Bag> - <rdf:li>http://example.com/identifierurl -</rdf:li> - <rdf:li>urn:sha1:342524abcdef</rdf:li> - </rdf:Bag> - </xmp:Identifier> - <xmp:Label>Test image</xmp:Label> - <xmp:MetadataDate>2011-05-12</xmp:MetadataDate> - <xmp:ModifyDate>2007-03-04T12:34:10-06:00</xmp:ModifyDate> - <xmp:Nickname>My little xmp test image</xmp:Nickname> - <xmp:Rating>7</xmp:Rating> - </rdf:Description> - - <rdf:Description rdf:about='' - xmlns:xmpRights='http://ns.adobe.com/xap/1.0/rights/'> - <xmpRights:Certificate>http://example.com/rights-certificate/</xmpRights:Certificate> - <xmpRights:Marked>True</xmpRights:Marked> - <xmpRights:Owner> - <rdf:Bag> - <rdf:li>Bawolff is copyright owner</rdf:li> - </rdf:Bag> - </xmpRights:Owner> - <xmpRights:UsageTerms> - <rdf:Alt> - <rdf:li xml:lang='x-default'>do whatever you want</rdf:li> - <rdf:li xml:lang='en-GB'>Do whatever you want in british english</rdf:li> - </rdf:Alt> - </xmpRights:UsageTerms> - <xmpRights:WebStatement>http://example.com/web_statement</xmpRights:WebStatement> - </rdf:Description> -</rdf:RDF> -</x:xmpmeta> -<?xpacket end='r'?> 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 @@ -<?php - -$result = array( - 'xmp-general' => 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 @@ -<?xpacket begin=""?> <x:xmpmeta xmlns:x="adobe:ns:meta/"> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:dc="http://purl.org/dc/elements/1.1/"> <dc:creator> <rdf:Bag> <rdf:li>The author</rdf:li> </rdf:Bag> </dc:creator> </rdf:Description> </rdf:RDF> </x:xmpmeta> 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 @@ -<?php - -$result = array( 'xmp-exif' => - 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 @@ -<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core - 4.1.3-c001 49.282696, Mon Apr 02 2007 21:16:10 "> -<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> -<rdf:Description - rdf:about="" - xmlns:exif="http://ns.adobe.com/exif/1.0/" - exif:DigitalZoomRatio="0/10"> -<exif:Flash rdf:parseType='Resource'> -<exif:Fired>True</exif:Fired> <exif:Return>3</exif:Return> <exif:Mode>3</exif:Mode> <exif:Function>True</exif:Function> <exif:RedEyeMode>True</exif:RedEyeMode></exif:Flash> </rdf:Description> </rdf:RDF> </x:xmpmeta> - -<?xpacket end="w"?> diff --git a/tests/phpunit/data/xmp/gps.result.php b/tests/phpunit/data/xmp/gps.result.php deleted file mode 100644 index 2d1243d5..00000000 --- a/tests/phpunit/data/xmp/gps.result.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php - -$result = array( 'xmp-exif' => - 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 @@ -<?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?> -<x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Image::ExifTool 7.30'> -<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'> - - <rdf:Description rdf:about='' - xmlns:exif='http://ns.adobe.com/exif/1.0/'> - <exif:GPSAltitude>103993/33102</exif:GPSAltitude> - <exif:GPSAltitudeRef>1</exif:GPSAltitudeRef> - <exif:GPSDOP>5/1</exif:GPSDOP> - <exif:GPSLatitude>88,31.083333N</exif:GPSLatitude> - <exif:GPSLongitude>21,7.414167W</exif:GPSLongitude> - <exif:GPSVersionID>2.2.0.0</exif:GPSVersionID> - </rdf:Description> - -</rdf:RDF> -</x:xmpmeta> -<?xpacket end='w'?> 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 @@ -<?php - -$result = array( 'xmp-exif' => - 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 @@ -<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core - 4.1.3-c001 49.282696, Mon Apr 02 2007 21:16:10 "> -<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> -<rdf:Description - rdf:about="" - xmlns:exif="http://ns.adobe.com/exif/1.0/" - exif:DigitalZoomRatio="0/10"> -<exif:Fired>True</exif:Fired> <exif:Return>0</exif:Return> <exif:Mode>1</exif:Mode> <exif:Function>False</exif:Function> <exif:RedEyeMode>False</exif:RedEyeMode> - - </rdf:Description> </rdf:RDF> </x:xmpmeta> - -<?xpacket end="w"?> 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 @@ -<?php - -$result = array( 'xmp-exif' => - 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 @@ -<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> -<!-- Testing it handles random non-namespaced properties in files ok. - Some older photoshop's did not include the rdf: prefix on about. --> -<rdf:Description - about="" - rdf:about="" - xmlns:exif="http://ns.adobe.com/exif/1.0/" - exif:FNumber="28/10"> -</rdf:Description> -</rdf:RDF> -<?xpacket end="w"?> 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 @@ -<?php -$result = array(); diff --git a/tests/phpunit/data/xmp/no-recognized-props.xmp b/tests/phpunit/data/xmp/no-recognized-props.xmp deleted file mode 100644 index 54e80901..00000000 --- a/tests/phpunit/data/xmp/no-recognized-props.xmp +++ /dev/null @@ -1,8 +0,0 @@ -<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> -<rdf:Description - rdf:about="" - xmlns:exif="http://ns.adobe.com/exif/1.0/not-exif-namespace" - exif:FNumber="2/10"> -</rdf:Description> -</rdf:RDF> -<?xpacket end="w"?> 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 @@ -<?php - -$result = array( - 'xmp-exif' => - array( - 'DigitalZoomRatio' => '0/10', - ), - 'xmp-general' => - array( - 'Label' => '' - ), -); diff --git a/tests/phpunit/data/xmp/utf16BE.xmp b/tests/phpunit/data/xmp/utf16BE.xmp Binary files differdeleted file mode 100644 index 0cf60d60..00000000 --- a/tests/phpunit/data/xmp/utf16BE.xmp +++ /dev/null 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 @@ -<?php - -$result = array( - 'xmp-exif' => - array( - 'DigitalZoomRatio' => '0/10', - ), - 'xmp-general' => - array( - 'Label' => '' - ), -); diff --git a/tests/phpunit/data/xmp/utf16LE.xmp b/tests/phpunit/data/xmp/utf16LE.xmp Binary files differdeleted file mode 100644 index 66d71f4c..00000000 --- a/tests/phpunit/data/xmp/utf16LE.xmp +++ /dev/null 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 @@ -<?php - -$result = array( - 'xmp-exif' => - array( - 'DigitalZoomRatio' => '0/10', - ), - 'xmp-general' => - array( - 'Label' => '' - ), -); diff --git a/tests/phpunit/data/xmp/utf32BE.xmp b/tests/phpunit/data/xmp/utf32BE.xmp Binary files differdeleted file mode 100644 index 06afdf92..00000000 --- a/tests/phpunit/data/xmp/utf32BE.xmp +++ /dev/null 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 @@ -<?php - -$result = array( - 'xmp-exif' => - array( - 'DigitalZoomRatio' => '0/10', - ), - 'xmp-general' => - array( - 'Label' => '' - ), -); diff --git a/tests/phpunit/data/xmp/utf32LE.xmp b/tests/phpunit/data/xmp/utf32LE.xmp Binary files differdeleted file mode 100644 index bf2097fe..00000000 --- a/tests/phpunit/data/xmp/utf32LE.xmp +++ /dev/null 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 @@ -<?php - -$result = array( 'xmp-exif' => - 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 @@ -<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core - 4.1.3-c001 49.282696, Mon Apr 02 2007 21:16:10 "> -<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> -<rdf:Description - rdf:about="" - xmlns:exif="http://ns.adobe.com/exif/1.0/" - xmlns:xmpNote="http://ns.adobe.com/xmp/note/" - exif:DigitalZoomRatio="0/10" - xmpNote:HasExtendedXMP="28C74E0AC2D796886759006FBE2E57B7"> -<exif:Flash rdf:parseType='Resource'> -<exif:Fired>True</exif:Fired> <exif:Return>0</exif:Return> <exif:Mode>1</exif:Mode> <exif:Function>False</exif:Function> <exif:RedEyeMode>False</exif:RedEyeMode></exif:Flash> </rdf:Description> </rdf:RDF> </x:xmpmeta> - -<?xpacket end="w"?> 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 @@ -<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> -<rdf:Description - rdf:about="" - xmlns:exif="http://ns.adobe.com/exif/1.0/" - exif:FNumber="2/10"> -</rdf:Description> -</rdf:RDF> -<?xpacket end="w"?> |