Make WordPress Core

Changeset 67 in tests


Ignore:
Timestamp:
11/02/2007 12:40:03 AM (17 years ago)
Author:
tellyworth
Message:

fix permalink

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-testcase/test_includes_post.php

    r66 r67  
    143143
    144144        // permalink should include the post ID at the end
    145         $this->assertEquals(get_option('siteurl').'/2007/10/31/'.$id, $plink);
     145        $this->assertEquals(get_option('siteurl').'/2007/10/31/'.$id.'/', $plink);
    146146
    147147        $wp_rewrite->set_permalink_structure('');
Note: See TracChangeset for help on using the changeset viewer.