Opened 14 months ago
Closed 14 months ago
#20384 closed defect (bug) (fixed)
Canonical redirects for individual post comments feeds need work
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | Canonical | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
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/'
Change History (1)
comment:1
markjaquith — 14 months ago
- Owner set to markjaquith
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

In [20396]: