remove redundant empty lines from test_index_with_date_column of IssuesControllerTest
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11811 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
cd2776a96f
commit
83d3aaf170
|
@ -773,9 +773,7 @@ class IssuesControllerTest < ActionController::TestCase
|
||||||
def test_index_with_date_column
|
def test_index_with_date_column
|
||||||
with_settings :date_format => '%d/%m/%Y' do
|
with_settings :date_format => '%d/%m/%Y' do
|
||||||
Issue.find(1).update_attribute :start_date, '1987-08-24'
|
Issue.find(1).update_attribute :start_date, '1987-08-24'
|
||||||
|
|
||||||
get :index, :set_filter => 1, :c => %w(start_date)
|
get :index, :set_filter => 1, :c => %w(start_date)
|
||||||
|
|
||||||
assert_select "table.issues td.start_date", :text => '24/08/1987'
|
assert_select "table.issues td.start_date", :text => '24/08/1987'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue