##// END OF EJS Templates
remove hard-coded '.rxml' from "test_index_atom_feed" of functional activities controller test (#6317)...
Toshi MARUYAMA -
r7365:0f160628f64d
parent child
Show More
@@ -78,7 +78,7 class ActivitiesControllerTest < ActionController::TestCase
78 78 def test_index_atom_feed
79 79 get :index, :format => 'atom'
80 80 assert_response :success
81 assert_template 'common/feed.atom.rxml'
81 assert_template 'common/feed.atom'
82 82 assert_tag :tag => 'entry', :child => {
83 83 :tag => 'link',
84 84 :attributes => {:href => 'http://test.host/issues/11'}}
General Comments 0
You need to be logged in to leave comments. Login now