From 1ab9e42b9be7c46c97ad77fa275c919928d183b8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 21 May 2012 16:55:48 +0000 Subject: Fixed that columns selection in not displayed on the custom query form (#10972). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9702 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/queries_controller_test.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/functional/queries_controller_test.rb') diff --git a/test/functional/queries_controller_test.rb b/test/functional/queries_controller_test.rb index b9e4f417c..7cd823e6f 100644 --- a/test/functional/queries_controller_test.rb +++ b/test/functional/queries_controller_test.rb @@ -36,6 +36,10 @@ class QueriesControllerTest < ActionController::TestCase :name => 'query_is_for_all', :checked => nil, :disabled => nil } + assert_select 'select[name=?]', 'c[]' do + assert_select 'option[value=tracker]' + assert_select 'option[value=subject]' + end end def test_new_global_query -- cgit v1.2.3