Skip to content
Snippets Groups Projects
Commit e58513c9 authored by Eric Davis's avatar Eric Davis
Browse files

Fix failing test.

See http://ci.finn.de/builds/1-8-7_redmine-trunk_postgres/4100

Contributed by Holger Just

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4106 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent f62a1827
No related merge requests found
...@@ -400,7 +400,7 @@ class QueryTest < ActiveSupport::TestCase ...@@ -400,7 +400,7 @@ class QueryTest < ActiveSupport::TestCase
[group1.name, group1.id], [group1.name, group1.id],
[group2.name, group2.id] [group2.name, group2.id]
] ]
assert_equal expected_group_list, @query.available_filters["member_of_group"][:values] assert_equal expected_group_list.sort, @query.available_filters["member_of_group"][:values].sort
end end
end end
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment