Index: content_profile.pageroute.inc
===================================================================
--- content_profile.pageroute.inc	(revision 1941)
+++ content_profile.pageroute.inc	(working copy)
@@ -71,7 +69,9 @@
     return array('name' => t('Content profile editing form'));
   }
 
-  public function setUp() {}
+  public function setUp() {
+    include_once(drupal_get_path('module', 'node') .'/node.pages.inc');
+  }
 
   public static function getDefaultSubmitHandler($form) {
     return 'node_form_submit';
