##// END OF EJS Templates
remove hard-coded '.rxml' from 'test_show_atom' at functional issues controller test (#6317)...
Toshi MARUYAMA -
r7456:177906a75f01
parent child
Show More
@@ -469,7 +469,7 class IssuesControllerTest < ActionController::TestCase
469 def test_show_atom
469 def test_show_atom
470 get :show, :id => 2, :format => 'atom'
470 get :show, :id => 2, :format => 'atom'
471 assert_response :success
471 assert_response :success
472 assert_template 'journals/index.rxml'
472 assert_template 'journals/index'
473 # Inline image
473 # Inline image
474 assert_select 'content', :text => Regexp.new(Regexp.quote('http://test.host/attachments/download/10'))
474 assert_select 'content', :text => Regexp.new(Regexp.quote('http://test.host/attachments/download/10'))
475 end
475 end
General Comments 0
You need to be logged in to leave comments. Login now