~ubuntu-branches/ubuntu/trusty/mediawiki/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/phpunit/data/xmp/7.result.php

  • Committer: Package Import Robot
  • Author(s): Thorsten Glaser
  • Date: 2014-03-28 09:56:29 UTC
  • mfrom: (1.3.14)
  • Revision ID: package-import@ubuntu.com-20140328095629-1526y9tchdd507id
Tags: 1:1.19.14+dfsg-1
* New upstream security fix release (Closes: #742857):
  - (bug 62497) SECURITY: Add CSRF token on Special:ChangePassword
  - (bug 62467) Set a title for the context during import on the cli
* Use upstream-provided signing key bundle

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
$result = array (
 
3
  'xmp-exif' => 
 
4
  array (
 
5
    'CameraOwnerName' => 'Me!',
 
6
  ),
 
7
  'xmp-general' => 
 
8
  array (
 
9
    'LicenseUrl' => 'http://creativecommons.com/cc-by-2.9',
 
10
    'ImageDescription' => 
 
11
    array (
 
12
      'x-default' => 'Test image for the cc: xmp: xmpRights: namespaces in xmp',
 
13
      '_type' => 'lang',
 
14
    ),
 
15
    'ObjectName' => 
 
16
    array (
 
17
      'x-default' => 'xmp core/xmp rights/cc ns test',
 
18
      '_type' => 'lang',
 
19
    ),
 
20
    'DateTimeDigitized' => '2005:04:03',
 
21
    'Software' => 'The one true editor: Vi (ok i used gimp)',
 
22
    'Identifier' => 
 
23
    array (
 
24
      0 => 'http://example.com/identifierurl',
 
25
      1 => 'urn:sha1:342524abcdef',
 
26
      '_type' => 'ul',
 
27
    ),
 
28
    'Label' => 'Test image',
 
29
    'DateTimeMetadata' => '2011:05:12',
 
30
    'DateTime' => '2007:03:04 06:34:10',
 
31
    'Nickname' => 'My little xmp test image',
 
32
    'Rating' => '5',
 
33
    'RightsCertificate' => 'http://example.com/rights-certificate/',
 
34
    'Copyrighted' => 'True',
 
35
    'CopyrightOwner' => 
 
36
    array (
 
37
      0 => 'Bawolff is copyright owner',
 
38
      '_type' => 'ul',
 
39
    ),
 
40
    'UsageTerms' => 
 
41
    array (
 
42
      'x-default' => 'do whatever you want',
 
43
      'en-gb' => 'Do whatever you want in british english',
 
44
      '_type' => 'lang',
 
45
    ),
 
46
    'WebStatement' => 'http://example.com/web_statement',
 
47
  ),
 
48
  'xmp-deprecated' => 
 
49
  array (
 
50
    'Identifier' => 'http://example.com/identifierurl/wrong',
 
51
  ),
 
52
);