? pathauto-n326503-v6.x-2.x.patch
? pathauto-n326503.patch
Index: tests/pathauto.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pathauto/tests/pathauto.test,v
retrieving revision 1.4
diff -u -p -r1.4 pathauto.test
--- tests/pathauto.test	2 May 2009 20:06:57 -0000	1.4
+++ tests/pathauto.test	20 Oct 2009 18:01:33 -0000
@@ -66,8 +66,9 @@ class PathautoTestCase extends DrupalWeb
     // Create node for testing.
     $random_title = $this->randomName(10); // this contains _
     $expected_alias = 'content/simpletest-title-'. strtolower($random_title);
+    // Extra characters at the beginning and end of the title tests that extra separator characters are removed.
     $edit = array(
-      'title' => 'Simpletest title '. $random_title,
+      'title' => ' Simpletest title '. $random_title .' [',
       'body'  => 'Simpletest body '. $this->randomName(10),
     );
 
