diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-11-27 20:49:33 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-11-27 20:49:33 +0000 |
commit | c2e2040fc05cc8812238c09608bc34e45a589473 (patch) | |
tree | 9e324f0ec9ce96127a2ef61450f2dc0ab09231bd | |
parent | f9732b02a2737c89def2f93672d21fc61e1b25f3 (diff) | |
download | redmine-c2e2040fc05cc8812238c09608bc34e45a589473.tar.gz redmine-c2e2040fc05cc8812238c09608bc34e45a589473.zip |
Fixes fixtures loading.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3101 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/functional/issues_controller_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index da6e1de68..3ece848b7 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -39,6 +39,7 @@ class IssuesControllerTest < ActionController::TestCase :workflows, :custom_fields, :custom_values, + :custom_fields_projects, :custom_fields_trackers, :time_entries, :journals, |