Functional tests fail when run on their own (#1895).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1828 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2008-09-14 12:41:24 +00:00
parent 3041041a62
commit f6b05ea3fb
3 changed files with 5 additions and 2 deletions

View File

@@ -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