diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-04-24 21:06:53 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-04-24 21:06:53 +0000 |
commit | fcb4e510ea3c4de06aa7dfad31c772ad589fd612 (patch) | |
tree | 73d516a6b719655eb2c06dfe47c587f4f50dc81a | |
parent | f4ceb0e41cdf311f6f42c769de62122864660472 (diff) | |
download | redmine-fcb4e510ea3c4de06aa7dfad31c772ad589fd612.tar.gz redmine-fcb4e510ea3c4de06aa7dfad31c772ad589fd612.zip |
Test failure (#22147).
git-svn-id: http://svn.redmine.org/redmine/trunk@15361 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/unit/helpers/queries_helper_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/helpers/queries_helper_test.rb b/test/unit/helpers/queries_helper_test.rb index c7c264ab4..485593806 100644 --- a/test/unit/helpers/queries_helper_test.rb +++ b/test/unit/helpers/queries_helper_test.rb @@ -62,8 +62,8 @@ class QueriesHelperTest < ActionView::TestCase def test_filters_options_for_select_should_group_relations_filters with_locale 'en' do options = filters_options_for_select(IssueQuery.new) - assert_select_in options, 'optgroup[label=?]', 'Related issues', 1 - assert_select_in options, 'optgroup[label=?] > option', 'Related issues', 11 + assert_select_in options, 'optgroup[label=?]', 'Relations', 1 + assert_select_in options, 'optgroup[label=?] > option', 'Relations', 11 assert_select_in options, 'optgroup > option[value=relates]', :text => 'Related to' end end |