##// END OF EJS Templates
Reset current user on each test....
Jean-Philippe Lang -
r13389:d4915f0635d8
parent child
Show More
@@ -29,6 +29,10 class QueryTest < ActiveSupport::TestCase
29 29 :custom_fields_trackers,
30 30 :workflows
31 31
32 def setup
33 User.current = nil
34 end
35
32 36 def test_query_with_roles_visibility_should_validate_roles
33 37 set_language_if_valid 'en'
34 38 query = IssueQuery.new(:name => 'Query', :visibility => IssueQuery::VISIBILITY_ROLES)
General Comments 0
You need to be logged in to leave comments. Login now