mirror of
https://github.com/redmine/redmine.git
synced 2026-02-08 23:57:32 +01:00
Merged r19067 from trunk to 4.1-stable (#16904).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19069 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -775,7 +775,7 @@ class QueriesControllerTest < Redmine::ControllerTest
|
||||
assert_equal 'application/json', response.content_type
|
||||
json = ActiveSupport::JSON.decode(response.body)
|
||||
|
||||
assert_equal 6, json.count
|
||||
assert_equal 7, json.count
|
||||
# "me" value should not be grouped
|
||||
assert_include ["<< me >>", "me"], json
|
||||
assert_include ["Dave Lopper", "3", "active"], json
|
||||
|
||||
Reference in New Issue
Block a user