Make WordPress Core

Changeset 903 in tests for trunk/tests/test_image.php


Ignore:
Timestamp:
07/16/2012 05:24:25 PM (13 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/test_image.php

    r894 r903  
    125125    function test_utf8_iptc_tags() {
    126126
    127         // trilingual UTF-8 text in the ITPC caption-abstract field 
     127        // trilingual UTF-8 text in the ITPC caption-abstract field
    128128        $out = wp_read_image_metadata(DIR_TESTDATA.'/images/test-image-iptc.jpg');
    129129
    130130        $this->assertEquals('This is a comment. / Это комментарий. / Βλέπετε ένα σχόλιο.', $out['caption']);
    131131    }
    132    
     132
    133133    /**
    134134     * wp_read_image_metadata() should false if the image file doesn't exist
Note: See TracChangeset for help on using the changeset viewer.