Fixed: activity atom feed broken by r1701 (#1703).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1711 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2008-07-30 18:33:35 +00:00
parent 3197814c62
commit 6034067d86
2 changed files with 7 additions and 1 deletions
@@ -202,6 +202,12 @@ class ProjectsControllerTest < Test::Unit::TestCase
}
end
def test_activity_atom_feed
get :activity, :format => 'atom'
assert_response :success
assert_template 'common/feed.atom.rxml'
end
def test_calendar
get :calendar, :id => 1
assert_response :success