]> source.dussan.org Git - redmine.git/commitdiff
remove hard-coded '.rxml' from 'test_show_atom' at functional issues controller test...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 4 Oct 2011 13:40:30 +0000 (13:40 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 4 Oct 2011 13:40:30 +0000 (13:40 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7576 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_test.rb

index 1b79cc1c14d9fd373c46670fcab3ebf5f6c8e7b9..7e67b8ce8f13aee774ffb0255caac14331274dd3 100644 (file)
@@ -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