summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-11-27 20:49:33 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-11-27 20:49:33 +0000
commitc2e2040fc05cc8812238c09608bc34e45a589473 (patch)
tree9e324f0ec9ce96127a2ef61450f2dc0ab09231bd
parentf9732b02a2737c89def2f93672d21fc61e1b25f3 (diff)
downloadredmine-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.rb1
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,