remove hard-coded '.rxml' from 'test_show_atom' at functional issues controller test (#6317)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7576 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
85699042a6
commit
177906a75f
|
@ -469,7 +469,7 @@ class IssuesControllerTest < ActionController::TestCase
|
|||
def test_show_atom
|
||||
get :show, :id => 2, :format => 'atom'
|
||||
assert_response :success
|
||||
assert_template 'journals/index.rxml'
|
||||
assert_template 'journals/index'
|
||||
# Inline image
|
||||
assert_select 'content', :text => Regexp.new(Regexp.quote('http://test.host/attachments/download/10'))
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue