Changeset 894 in tests for trunk/tests/test-xmlrpc-api/test_mw_getPost.php
- Timestamp:
- 07/09/2012 03:32:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test-xmlrpc-api/test_mw_getPost.php
r883 r894 38 38 } 39 39 40 /** 41 * @ticket 20336 42 */ 40 43 function test_invalid_postid() { 41 $this->knownWPBug(20336);42 43 44 $result = $this->myxmlrpcserver->mw_getPost( array( 9999, 'author', 'author' ) ); 44 45 $this->assertInstanceOf( 'IXR_Error', $result );
Note: See TracChangeset
for help on using the changeset viewer.