? sites/default/settings.php
? sites/default/files/.htaccess
? sites/default/files/simpletest
Index: modules/node/node.pages.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.pages.inc,v
retrieving revision 1.45
diff -u -p -r1.45 node.pages.inc
--- modules/node/node.pages.inc	13 Oct 2008 00:33:03 -0000	1.45
+++ modules/node/node.pages.inc	18 Nov 2008 12:44:33 -0000
@@ -118,7 +118,7 @@ function node_form(&$form_state, $node) 
   }
 
   // Set the id and identify this as a node edit form.
-  $form['#id'] = 'node-form';
+  $form['#id'] = 'node-form-' . $node->type;
   $form['#node_edit_form'] = TRUE;
 
   // Basic node information.
