mirror of
https://github.com/redmine/redmine.git
synced 2026-03-04 11:31:31 +01:00
Fixed wrong assertion.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8640 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -427,7 +427,7 @@ class QueryTest < ActiveSupport::TestCase
|
||||
query.filters = { "cf_#{cf.id}" => {:operator => '=', :values => ['me']}}
|
||||
result = query.issues
|
||||
assert_equal 1, result.size
|
||||
assert issue1, result.first
|
||||
assert_equal issue1, result.first
|
||||
end
|
||||
|
||||
def test_filter_my_projects
|
||||
|
||||
Reference in New Issue
Block a user