Changeset 41684 for trunk/tests/phpunit/tests/xmlrpc/wp/editTerm.php
- Timestamp:
- 10/02/2017 09:51:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/editTerm.php
r41575 r41684 69 69 $this->assertIXRError( $result ); 70 70 $this->assertEquals( 500, $result->code ); 71 $this->assertEquals( __('Empty Term '), $result->message );71 $this->assertEquals( __('Empty Term.'), $result->message ); 72 72 } 73 73 … … 134 134 $this->assertIXRError( $result ); 135 135 $this->assertEquals( 500, $result->code ); 136 $this->assertEquals( htmlspecialchars( sprintf( __('The slug “%s” is already in use by another term '), $parent_term->slug ) ), $result->message );136 $this->assertEquals( htmlspecialchars( sprintf( __('The slug “%s” is already in use by another term.'), $parent_term->slug ) ), $result->message ); 137 137 } 138 138
Note: See TracChangeset
for help on using the changeset viewer.