Ticket #19893: 19893.2.diff
File 19893.2.diff, 593 bytes (added by , 10 years ago) |
---|
-
tests/phpunit/tests/feed/rss2.php
146 146 147 147 // comment link 148 148 $comments_link = xml_find( $items[$key]['child'], 'comments' ); 149 $this->assertEquals( get_permalink( $post) . '# comments', $comments_link[0]['content'] );149 $this->assertEquals( get_permalink( $post) . '#respond', $comments_link[0]['content'] ); 150 150 151 151 // pub date 152 152 $pubdate = xml_find( $items[$key]['child'], 'pubDate' );