Make WordPress Core

Changeset 894 in tests for trunk/tests/test_query.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_query.php

    r871 r894  
    358358    }
    359359
     360    /**
     361     * @ticket 13961
     362     */
    360363    function test_search_encoded_chars() {
    361         $this->knownWPBug(13961);
    362364        $this->go_to('/search/F%C3%BCnf%2Bbar/');
    363365        $this->assertEquals( get_query_var( 's' ), 'Fünf+bar' );
Note: See TracChangeset for help on using the changeset viewer.