remove hard-coded '.rxml' from "test_index_atom_feed" of functional activities controller test (#6317)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7485 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
52011f1582
commit
0f160628f6
|
@ -78,7 +78,7 @@ class ActivitiesControllerTest < ActionController::TestCase
|
||||||
def test_index_atom_feed
|
def test_index_atom_feed
|
||||||
get :index, :format => 'atom'
|
get :index, :format => 'atom'
|
||||||
assert_response :success
|
assert_response :success
|
||||||
assert_template 'common/feed.atom.rxml'
|
assert_template 'common/feed.atom'
|
||||||
assert_tag :tag => 'entry', :child => {
|
assert_tag :tag => 'entry', :child => {
|
||||||
:tag => 'link',
|
:tag => 'link',
|
||||||
:attributes => {:href => 'http://test.host/issues/11'}}
|
:attributes => {:href => 'http://test.host/issues/11'}}
|
||||||
|
|
Loading…
Reference in New Issue