summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>2012-11-01 22:47:59 +0000
committerJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>2012-11-01 22:47:59 +0000
commit7f3cc6e38b873d5f56b411872ddcd3570223b7ad (patch)
tree532f6f14017fd72057eea6431213cbe5a1784883
parent7d9c45fb8aa53a446399e32f224b4c319f269b22 (diff)
downloadredmine-7f3cc6e38b873d5f56b411872ddcd3570223b7ad.tar.gz
redmine-7f3cc6e38b873d5f56b411872ddcd3570223b7ad.zip
Fixed some more test/integration/*_test.rb breaking when run alone (#12285)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10788 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--test/integration/api_test/users_test.rb2
-rw-r--r--test/integration/issues_test.rb1
2 files changed, 2 insertions, 1 deletions
diff --git a/test/integration/api_test/users_test.rb b/test/integration/api_test/users_test.rb
index 926982e1e..3db7bb894 100644
--- a/test/integration/api_test/users_test.rb
+++ b/test/integration/api_test/users_test.rb
@@ -18,7 +18,7 @@
require File.expand_path('../../../test_helper', __FILE__)
require 'pp'
class ApiTest::UsersTest < ActionController::IntegrationTest
- fixtures :users
+ fixtures :users, :members, :member_roles, :roles, :projects
def setup
Setting.rest_api_enabled = '1'
diff --git a/test/integration/issues_test.rb b/test/integration/issues_test.rb
index 28a015b7b..1bc868ed6 100644
--- a/test/integration/issues_test.rb
+++ b/test/integration/issues_test.rb
@@ -22,6 +22,7 @@ class IssuesTest < ActionController::IntegrationTest
:users,
:roles,
:members,
+ :member_roles,
:trackers,
:projects_trackers,
:enabled_modules,