remove redundant empty line from test_index_with_fixed_version_column of IssuesControllerTest
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11815 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
4b5677101c
commit
644455d56b
|
@ -801,7 +801,6 @@ 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'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue