comparison test/integration/api_test/custom_fields_test.rb @ 1517:dffacf8a6908 redmine-2.5

Update to Redmine SVN revision 13367 on 2.5-stable branch
author Chris Cannam
date Tue, 09 Sep 2014 09:29:00 +0100
parents e248c7af89ec
children
comparison
equal deleted inserted replaced
1516:b450a9d58aed 1517:dffacf8a6908
35 assert_select 'id', :text => '2' 35 assert_select 'id', :text => '2'
36 assert_select 'customized_type', :text => 'issue' 36 assert_select 'customized_type', :text => 'issue'
37 assert_select 'possible_values[type=array]' do 37 assert_select 'possible_values[type=array]' do
38 assert_select 'possible_value>value', :text => 'PostgreSQL' 38 assert_select 'possible_value>value', :text => 'PostgreSQL'
39 end 39 end
40 assert_select 'trackers[type=array]'
41 assert_select 'roles[type=array]'
40 end 42 end
41 end 43 end
42 end 44 end
43 end 45 end