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() {
+    module_load_include('inc', 'node', 'node.pages');
+  }
 
   public static function getDefaultSubmitHandler($form) {
     return 'node_form_submit';
