mirror of
https://github.com/redmine/redmine.git
synced 2026-04-05 03:59:45 +02:00
Merged r14108 (#19348).
git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14110 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -855,7 +855,7 @@ class IssuesControllerTest < ActionController::TestCase
|
||||
def test_index_with_fixed_version_column
|
||||
get :index, :set_filter => 1, :c => %w(fixed_version)
|
||||
assert_select 'table.issues td.fixed_version' do
|
||||
assert_select 'a[href=?]', '/versions/2', :text => '1.0'
|
||||
assert_select 'a[href=?]', '/versions/2', :text => 'eCookbook - 1.0'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user