]> source.dussan.org Git - redmine.git/commitdiff
Missing fixtures.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 17 Jan 2015 14:55:37 +0000 (14:55 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 17 Jan 2015 14:55:37 +0000 (14:55 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13891 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/comment_test.rb

index f99ef15ba146109628147822d05ce41d06b03b3d..9ffc213efb59fc6b590ab804b5b929012cce53d4 100644 (file)
@@ -18,7 +18,7 @@
 require File.expand_path('../../test_helper', __FILE__)
 
 class CommentTest < ActiveSupport::TestCase
-  fixtures :users, :news, :comments, :projects, :enabled_modules
+  fixtures :users, :email_addresses, :news, :comments, :projects, :enabled_modules
 
   def setup
     @jsmith = User.find(2)