Changeset 903 in tests for trunk/tests/test_image.php
- Timestamp:
- 07/16/2012 05:24:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_image.php
r894 r903 125 125 function test_utf8_iptc_tags() { 126 126 127 // trilingual UTF-8 text in the ITPC caption-abstract field 127 // trilingual UTF-8 text in the ITPC caption-abstract field 128 128 $out = wp_read_image_metadata(DIR_TESTDATA.'/images/test-image-iptc.jpg'); 129 129 130 130 $this->assertEquals('This is a comment. / Это комментарий. / Βλέπετε ένα σχόλιο.', $out['caption']); 131 131 } 132 132 133 133 /** 134 134 * wp_read_image_metadata() should false if the image file doesn't exist
Note: See TracChangeset
for help on using the changeset viewer.