mirror of
				https://github.com/redmine/redmine.git
				synced 2025-10-31 02:15:52 +01:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user