]> source.dussan.org Git - redmine.git/commitdiff
Include missing fixtures.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 29 Oct 2009 18:40:00 +0000 (18:40 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 29 Oct 2009 18:40:00 +0000 (18:40 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2989 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/groups_controller_test.rb

index 91fc42c3492ed5612f81ad63402398403558b6eb..d7bdbb7889cc83846f627f4ea8bc5f7b6035b691 100644 (file)
@@ -22,7 +22,7 @@ require 'groups_controller'
 class GroupsController; def rescue_action(e) raise e end; end
 
 class GroupsControllerTest < ActionController::TestCase
-  fixtures :projects, :users, :members, :member_roles
+  fixtures :projects, :users, :members, :member_roles, :groups_users
   
   def setup
     @controller = GroupsController.new