? patches
Index: pathauto.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pathauto/pathauto.info,v
retrieving revision 1.10
diff -u -p -r1.10 pathauto.info
--- pathauto.info	15 Mar 2010 18:24:56 -0000	1.10
+++ pathauto.info	16 Mar 2010 23:28:47 -0000
@@ -2,6 +2,7 @@
 name = Pathauto
 description = Provides a mechanism for modules to automatically generate aliases for the content they manage.
 dependencies[] = path
+dependencies[] = token
 core = 7.x
 files[] = pathauto.admin.inc
 files[] = pathauto.inc
Index: pathauto.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pathauto/pathauto.test,v
retrieving revision 1.9
diff -u -p -r1.9 pathauto.test
--- pathauto.test	16 Mar 2010 07:43:44 -0000	1.9
+++ pathauto.test	16 Mar 2010 23:28:47 -0000
@@ -15,7 +15,7 @@ class PathautoUnitTestHelper extends Dru
   function setUp() {
     // Call parent::setUp() allowing test cases to pass further modules.
     $modules = func_get_args();
-    $modules = array_merge(array('path', 'pathauto'), $modules);
+    $modules = array_merge(array('path', 'token', 'pathauto'), $modules);
     call_user_func_array(array('parent', 'setUp'), $modules);
   }
 
@@ -83,7 +83,7 @@ class PathautoTestHelper extends DrupalW
   function setUp() {
     // Call parent::setUp() allowing test cases to pass further modules.
     $modules = func_get_args();
-    $modules = array_merge(array('path', 'pathauto'), $modules);
+    $modules = array_merge(array('path', 'token', 'pathauto'), $modules);
     call_user_func_array(array('parent', 'setUp'), $modules);
 
     // Set pathauto settings we assume to be as-is in this test.
