comparison test/integration/issues_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
154 :priority_id => '4', 154 :priority_id => '4',
155 :subject => 'Issue with user custom field', 155 :subject => 'Issue with user custom field',
156 :custom_field_values => {@field.id.to_s => users.first.id.to_s} 156 :custom_field_values => {@field.id.to_s => users.first.id.to_s}
157 } 157 }
158 end 158 end
159 issue = Issue.first(:order => 'id DESC') 159 issue = Issue.order('id DESC').first
160 assert_response 302 160 assert_response 302
161 161
162 # Issue view 162 # Issue view
163 follow_redirect! 163 follow_redirect!
164 assert_tag :th, 164 assert_tag :th,