Make WordPress Core

Changeset 630 in tests


Ignore:
Timestamp:
04/07/2012 04:14:57 AM (12 years ago)
Author:
markjaquith
Message:

Fix two Canonical tests. Those URLs were not valid.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-testcase/test_includes_canonical.php

    r629 r630  
    200200            // Feeds (per-post)
    201201            array( '/2008/03/03/comment-test/?feed=comments-atom', '/2008/03/03/comment-test/feed/atom/'),
    202             array( '/?p=149&feed=comments-atom', '/2008/03/03/comment-test/comments/feed/atom/'),
    203             array( '/2008/03/03/comment-test/?feed=comments-atom', '/2008/03/03/comment-test/comments/feed/atom/' ), // Incorrect URL to an invalid URL?
     202            array( '/?p=149&feed=comments-atom', '/2008/03/03/comment-test/feed/atom/'),
     203            array( '/2008/03/03/comment-test/?feed=comments-atom', '/2008/03/03/comment-test/feed/atom/' ),
    204204
    205205            // Index
Note: See TracChangeset for help on using the changeset viewer.