[wp-trac] [WordPress Trac] #20384: Canonical redirects for individual post comments feeds need work
WordPress Trac
wp-trac at lists.automattic.com
Sat Apr 7 04:54:32 UTC 2012
#20384: Canonical redirects for individual post comments feeds need work
--------------------------+-----------------
Reporter: markjaquith | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.4
Component: Canonical | Version:
Severity: normal | Keywords:
--------------------------+-----------------
Several of the unit tests related to individual post comments feeds are
failing.
{{{
11) WP_Canonical::test with data set #55 ('/2008/03/03/comment-test/?feed
=comments-atom', '/2008/03/03/comment-test/feed/atom/')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/2008/03/03/comment-test/feed/atom/'
+'/2008/03/03/comment-test/comments/feed/atom/'
}}}
{{{
12) WP_Canonical::test with data set #56 ('/?p=149&feed=comments-atom',
'/2008/03/03/comment-test/feed/atom/')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/2008/03/03/comment-test/feed/atom/'
+'/comments/feed/atom/'
}}}
{{{
13) WP_Canonical::test with data set #57 ('/2008/03/03/comment-test/?feed
=comments-atom', '/2008/03/03/comment-test/feed/atom/')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/2008/03/03/comment-test/feed/atom/'
+'/2008/03/03/comment-test/comments/feed/atom/'
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20384>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list