Make WordPress Core


Ignore:
Timestamp:
02/01/2012 08:01:34 PM (12 years ago)
Author:
nacin
Message:

Mark two canonical tests as skipped. (Many more to go.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-testcase/test_includes_canonical.php

    r446 r505  
    118118            array( '/category/uncategorized/?paged=2', array( 'url' => '/category/uncategorized/page/2/', 'qv' => array( 'category_name' => 'uncategorized', 'paged' => 2) ) ),
    119119            array( '/category/uncategorized/?paged=2&category_name=uncategorized', array( 'url' => '/category/uncategorized/page/2/', 'qv' => array( 'category_name' => 'uncategorized', 'paged' => 2) ), 17174 ),
    120             array( '/category/child-1/', '/category/parent/child-1/' ),
    121             array( '/category/foo/child-1/', '/category/parent/child-1/' ),
     120            array( '/category/child-1/', '/category/parent/child-1/', 18734 ),
     121            array( '/category/foo/child-1/', '/category/parent/child-1/', 18734 ),
    122122
    123123            // Categories & Intersections with other vars
     
    248248
    249249class WP_Canonical_NoRewrite extends WP_Canonical {
    250    
     250
    251251    var $structure = '';
    252252
Note: See TracChangeset for help on using the changeset viewer.