]> source.dussan.org Git - redmine.git/commitdiff
Fixed assertion (#18918).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 8 Feb 2015 09:39:23 +0000 (09:39 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 8 Feb 2015 09:39:23 +0000 (09:39 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13980 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_test.rb

index 7b7e7cbd4d7f72bf10032c59abbab4f6adb6690a..1794c74ee49bacee12fd1fbc2cb47d484b18fbb5 100644 (file)
@@ -308,7 +308,7 @@ class IssuesControllerTest < ActionController::TestCase
     assert_select 'tr.group', 3
     assert_select 'tr.group', :text => /Yes/
     assert_select 'tr.group', :text => /No/
-    assert_select 'tr.group', :text => /none/
+    assert_select 'tr.group', :text => /blank/
   end
 
   def test_index_grouped_by_boolean_custom_field_with_false_group_in_first_position_should_show_the_group