summaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
authorJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>2012-11-01 10:22:37 +0000
committerJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>2012-11-01 10:22:37 +0000
commit6e190a76fb1c9d277c87379c9e40248b961e7886 (patch)
tree946d42e11a11414d40b799a7a670053a1740f00e /test/unit
parente00b4acf1e5d9cb4fc0fefeef44f4c96e27d8ef8 (diff)
downloadredmine-6e190a76fb1c9d277c87379c9e40248b961e7886.tar.gz
redmine-6e190a76fb1c9d277c87379c9e40248b961e7886.zip
Fixed test/unit/watcher_test.rb breaking when run alone (#12285)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10779 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/watcher_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/watcher_test.rb b/test/unit/watcher_test.rb
index 2ab303163..1f0d5d184 100644
--- a/test/unit/watcher_test.rb
+++ b/test/unit/watcher_test.rb
@@ -19,7 +19,7 @@ require File.expand_path('../../test_helper', __FILE__)
class WatcherTest < ActiveSupport::TestCase
fixtures :projects, :users, :members, :member_roles, :roles, :enabled_modules,
- :issues,
+ :issues, :issue_statuses, :enumerations, :trackers, :projects_trackers,
:boards, :messages,
:wikis, :wiki_pages,
:watchers