]> source.dussan.org Git - redmine.git/commitdiff
remove hard-coded '.rxml' from "test_index_atom_feed" of functional activities contro...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 24 Sep 2011 04:19:26 +0000 (04:19 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 24 Sep 2011 04:19:26 +0000 (04:19 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7485 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/activities_controller_test.rb

index 4edc4b331736f4132f4bb097524c598659a3f24f..f6a2b6e8e2ec6a97b59cb9544010d41b85ecc495 100644 (file)
@@ -78,7 +78,7 @@ class ActivitiesControllerTest < ActionController::TestCase
   def test_index_atom_feed
     get :index, :format => 'atom'
     assert_response :success
-    assert_template 'common/feed.atom.rxml'
+    assert_template 'common/feed.atom'
     assert_tag :tag => 'entry', :child => {
       :tag => 'link',
       :attributes => {:href => 'http://test.host/issues/11'}}