Make WordPress Core


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-xmlrpc-api/test_mw_getPost.php

    r883 r894  
    3838    }
    3939
     40    /**
     41     * @ticket 20336
     42     */
    4043    function test_invalid_postid() {
    41         $this->knownWPBug(20336);
    42 
    4344        $result = $this->myxmlrpcserver->mw_getPost( array( 9999, 'author', 'author' ) );
    4445        $this->assertInstanceOf( 'IXR_Error', $result );
Note: See TracChangeset for help on using the changeset viewer.