diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-02-08 09:39:23 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-02-08 09:39:23 +0000 |
commit | 92cdae49199e6e8cc26408d0bbeea1466e7189c6 (patch) | |
tree | b88a036875f256cd417635458202b9d4c3b9a0de /test | |
parent | b4c75f8806ad2504a7bba156568485ba7a5a5d66 (diff) | |
download | redmine-92cdae49199e6e8cc26408d0bbeea1466e7189c6.tar.gz redmine-92cdae49199e6e8cc26408d0bbeea1466e7189c6.zip |
Fixed assertion (#18918).
git-svn-id: http://svn.redmine.org/redmine/trunk@13980 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/issues_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index 7b7e7cbd4..1794c74ee 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -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 |