diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-05-09 16:14:16 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-05-09 16:14:16 +0000 |
commit | 83d3aaf1701896639a93dd19ec144d31314c9914 (patch) | |
tree | 2b9bbc657684cdc13fc6a0dc542bd63255d789dd /test/functional | |
parent | cd2776a96fb1b55d4ac60efeffb5bb910f8b1890 (diff) | |
download | redmine-83d3aaf1701896639a93dd19ec144d31314c9914.tar.gz redmine-83d3aaf1701896639a93dd19ec144d31314c9914.zip |
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
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/issues_controller_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index 43908401b..d0f8f587b 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -773,9 +773,7 @@ class IssuesControllerTest < ActionController::TestCase def test_index_with_date_column with_settings :date_format => '%d/%m/%Y' do Issue.find(1).update_attribute :start_date, '1987-08-24' - get :index, :set_filter => 1, :c => %w(start_date) - assert_select "table.issues td.start_date", :text => '24/08/1987' end end |