? cvs.txt
? dif
cvs diff: Diffing .
Index: drupalorg_testing.profile
===================================================================
RCS file: /cvs/drupal-contrib/contributions/profiles/drupalorg_testing/drupalorg_testing.profile,v
retrieving revision 1.65
diff -u -p -r1.65 drupalorg_testing.profile
--- drupalorg_testing.profile	24 Mar 2009 07:40:10 -0000	1.65
+++ drupalorg_testing.profile	10 Apr 2009 08:14:54 -0000
@@ -903,6 +903,8 @@ function _drupalorg_testing_configure_pr
   variable_set('project_issue_followup_user', $account->uid);
 
   // Add custom statuses
+  // TODO: this is lame -- we should have an API to add a new status.
+  module_load_include('inc', 'project_issue', 'includes/admin.issue_status');
   $form_state = array();
   $form_state['values']['status'] = array();
   $form_state['values']['status_add'] = array(
