mirror of
https://github.com/redmine/redmine.git
synced 2026-06-19 23:50:13 +02:00
Merged custom fields format refactoring.
git-svn-id: http://svn.redmine.org/redmine/trunk@12400 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1361,8 +1361,10 @@ class IssuesControllerTest < ActionController::TestCase
|
||||
get :show, :id => 1
|
||||
assert_response :success
|
||||
|
||||
# TODO: should display links
|
||||
assert_select 'td', :text => 'Dave Lopper, John Smith'
|
||||
assert_select "td.cf_#{field.id}", :text => 'Dave Lopper, John Smith' do
|
||||
assert_select 'a', :text => 'Dave Lopper'
|
||||
assert_select 'a', :text => 'John Smith'
|
||||
end
|
||||
end
|
||||
|
||||
def test_show_should_display_private_notes_with_permission_only
|
||||
|
||||
Reference in New Issue
Block a user