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:
Jean-Philippe Lang
2013-12-14 08:22:43 +00:00
parent c74f6d9f9b
commit 2e2e2cfe42
45 changed files with 1388 additions and 519 deletions

View File

@@ -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