/[drupal]/contributions/modules/pathauto/tests/pathauto.test
ViewVC logotype

Diff of /contributions/modules/pathauto/tests/pathauto.test

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4, Sat May 2 20:06:57 2009 UTC revision 1.5, Tue Oct 20 18:02:18 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: pathauto.test,v 1.3 2008/06/22 15:20:45 freso Exp $  // $Id: pathauto.test,v 1.4 2009/05/02 20:06:57 freso Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 66  class PathautoTestCase extends DrupalWeb Line 66  class PathautoTestCase extends DrupalWeb
66      // Create node for testing.      // Create node for testing.
67      $random_title = $this->randomName(10); // this contains _      $random_title = $this->randomName(10); // this contains _
68      $expected_alias = 'content/simpletest-title-'. strtolower($random_title);      $expected_alias = 'content/simpletest-title-'. strtolower($random_title);
69        // Extra characters at the beginning and end of the title tests that extra separator characters are removed.
70      $edit = array(      $edit = array(
71        'title' => 'Simpletest title '. $random_title,        'title' => ' Simpletest title '. $random_title .' [',
72        'body'  => 'Simpletest body '. $this->randomName(10),        'body'  => 'Simpletest body '. $this->randomName(10),
73      );      );
74    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2