Make WordPress Core

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


Ignore:
Timestamp:
07/09/2012 03:32:24 PM (13 years ago)
Author:
nacin
Message:

Convert knownWPBug and knownUTBug to @ticket annotations. fixes #102.

Allows for an extra description to be included with the annotation,
which will be passed to markTestSkipped().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/test_image.php

    r877 r894  
    8383    }
    8484
     85    /**
     86     * @ticket 6571
     87     */
    8588    function test_exif_error() {
    86         $this->knownWPBug(6571);
    8789
    8890        // http://trac.wordpress.org/ticket/6571
     
    118120    }
    119121
     122    /**
     123     * @ticket 9417
     124     */
    120125    function test_utf8_iptc_tags() {
    121         $this->knownWPBug(9417);
    122126
    123127        // trilingual UTF-8 text in the ITPC caption-abstract field
Note: See TracChangeset for help on using the changeset viewer.