diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-12-03 18:21:00 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-12-03 18:21:00 +0000 |
commit | 7c0a05360e66988ea0e8e1866836e416522be4ed (patch) | |
tree | 12aeaa27536f0060705e9b6dfc2435d293b00401 /test/functional/issues_controller_test.rb | |
parent | 3fd504e5452520d71e47d6b5485760340e16982d (diff) | |
download | redmine-7c0a05360e66988ea0e8e1866836e416522be4ed.tar.gz redmine-7c0a05360e66988ea0e8e1866836e416522be4ed.zip |
Fixes assertion.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8060 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/issues_controller_test.rb')
-rw-r--r-- | test/functional/issues_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index a847e9982..f054e13e4 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -774,7 +774,7 @@ class IssuesControllerTest < ActionController::TestCase get :show, :id => 1 assert_response :success assert_tag 'div', :attributes => {:id => 'issue_tree'}, - :descendant => {:tag => 'td', :content => /Child Issue/, :class => /subject/} + :descendant => {:tag => 'td', :content => /Child Issue/, :attributes => {:class => /subject/}} end def test_show_atom |