Browse Source

Fixed that "test_editable_by_for_global_query" and "test_editable_by_for_global_query_with_project_set" are identical (#28264).

git-svn-id: http://svn.redmine.org/redmine/trunk@17384 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.0.0
Jean-Philippe Lang 6 years ago
parent
commit
baab521b8b
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      test/unit/query_test.rb

+ 0
- 1
test/unit/query_test.rb View File

@@ -1750,7 +1750,6 @@ class QueryTest < ActiveSupport::TestCase
developer = User.find(3)

q = IssueQuery.find(4)
q.project = Project.find(1)

assert q.editable_by?(admin)
assert !q.editable_by?(manager)

Loading…
Cancel
Save