]> source.dussan.org Git - redmine.git/commitdiff
Fixed test failure (#6118).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 13 Jun 2015 11:23:00 +0000 (11:23 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 13 Jun 2015 11:23:00 +0000 (11:23 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14310 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/helpers/queries_helper_test.rb

index 0276cb1a938581c1b6cf3a91725150ab0b9a6573..74c4c29f331a45d881c8f82895ee03a849b2322d 100644 (file)
@@ -63,7 +63,7 @@ class QueriesHelperTest < ActionView::TestCase
     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', 9
+      assert_select_in options, 'optgroup[label=?] > option', 'Related issues', 11
       assert_select_in options, 'optgroup > option[value=relates]', :text => 'Related to'
     end
   end