From: Go MAEDA Date: Thu, 29 Nov 2018 06:52:33 +0000 (+0000) Subject: Add missing fixtures for test_create_should_send_notification (#29990). X-Git-Tag: 4.0.0~46 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9b682c2537bfdfe327febe03db5fbe2facdc0003;p=redmine.git Add missing fixtures for test_create_should_send_notification (#29990). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17648 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/comment_test.rb b/test/unit/comment_test.rb index fe9776fc3..182173866 100644 --- a/test/unit/comment_test.rb +++ b/test/unit/comment_test.rb @@ -18,7 +18,8 @@ require File.expand_path('../../test_helper', __FILE__) class CommentTest < ActiveSupport::TestCase - fixtures :users, :email_addresses, :news, :comments, :projects, :enabled_modules + fixtures :users, :email_addresses, :news, :comments, :projects, :enabled_modules, + :user_preferences, :roles, :members, :member_roles def setup @jsmith = User.find(2)