diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-09-14 12:41:24 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-09-14 12:41:24 +0000 |
commit | f6b05ea3fb6be296e8bbed4aca4d8bd4357058e5 (patch) | |
tree | 01eb7a177533826840ed8423441d5e8b81d06f97 /test/functional/attachments_controller_test.rb | |
parent | 3041041a62ef0182566b80b35dc5be796907a531 (diff) | |
download | redmine-f6b05ea3fb6be296e8bbed4aca4d8bd4357058e5.tar.gz redmine-f6b05ea3fb6be296e8bbed4aca4d8bd4357058e5.zip |
Functional tests fail when run on their own (#1895).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1828 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/attachments_controller_test.rb')
-rw-r--r-- | test/functional/attachments_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/attachments_controller_test.rb b/test/functional/attachments_controller_test.rb index 06a6343ba..139896ce6 100644 --- a/test/functional/attachments_controller_test.rb +++ b/test/functional/attachments_controller_test.rb @@ -23,7 +23,7 @@ class AttachmentsController; def rescue_action(e) raise e end; end class AttachmentsControllerTest < Test::Unit::TestCase - fixtures :users, :projects, :issues, :attachments + fixtures :users, :projects, :roles, :members, :enabled_modules, :issues, :attachments def setup @controller = AttachmentsController.new |