Fixes assertion.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8060 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3fd504e545
commit
7c0a05360e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue