summaryrefslogtreecommitdiffstats
path: root/test/functional
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-03-06 16:04:35 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-03-06 16:04:35 +0000
commit334132289ca9750cc15e5a24ebb459feda384900 (patch)
tree9465b432683f1cd4fa03b55b65f2e7729358d74e /test/functional
parent0df520961cccc0b874007082db78c65a96ae8e13 (diff)
downloadredmine-334132289ca9750cc15e5a24ebb459feda384900.tar.gz
redmine-334132289ca9750cc15e5a24ebb459feda384900.zip
Fixed: error on JournalsController#index when custom fields are present (#7795).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5021 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/journals_controller_test.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/journals_controller_test.rb b/test/functional/journals_controller_test.rb
index 2060e9c7a..fa29744e1 100644
--- a/test/functional/journals_controller_test.rb
+++ b/test/functional/journals_controller_test.rb
@@ -22,7 +22,8 @@ require 'journals_controller'
class JournalsController; def rescue_action(e) raise e end; end
class JournalsControllerTest < ActionController::TestCase
- fixtures :projects, :users, :members, :member_roles, :roles, :issues, :journals, :journal_details, :enabled_modules
+ fixtures :projects, :users, :members, :member_roles, :roles, :issues, :journals, :journal_details, :enabled_modules,
+ :trackers, :issue_statuses, :enumerations, :custom_fields, :custom_values, :custom_fields_projects
def setup
@controller = JournalsController.new