Merged r5944 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.2-stable@5947 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -52,6 +52,9 @@ class ActivityTest < ActiveSupport::TestCase
|
||||
assert events.include?(Message.find(5))
|
||||
# Issue of a private project
|
||||
assert !events.include?(Issue.find(4))
|
||||
# Private issue and comment
|
||||
assert !events.include?(Issue.find(14))
|
||||
assert !events.include?(Journal.find(5))
|
||||
end
|
||||
|
||||
def test_global_activity_logged_user
|
||||
|
||||
Reference in New Issue
Block a user