? menu_rebuild_3.patch
? reset.php
? sites/default/files
? sites/default/settings.php
Index: modules/node/node.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.test,v
retrieving revision 1.6
diff -u -p -r1.6 node.test
--- modules/node/node.test	17 Sep 2008 05:26:51 -0000	1.6
+++ modules/node/node.test	13 Oct 2008 01:05:08 -0000
@@ -343,7 +343,7 @@ class PagePreviewTestCase extends Drupal
   }
 }
 
-class PageCreationTestCase extends DrupalWebTestCase {
+class NodeCreationTestCase extends DrupalWebTestCase {
   /**
    * Implementation of getInfo().
    */
@@ -368,7 +368,7 @@ class PageCreationTestCase extends Drupa
   /**
    * Create a page node and verify its consistency in the database.
    */
-  function testPageCreation() {
+  function testNodePageCreation() {
     // Create a node.
     $edit = array();
     $edit['title'] = $this->randomName(8);
