comparison test/functional/activities_controller_test.rb @ 1294:3e4c3460b6ca redmine-2.2

Update to Redmine SVN revision 11972 on 2.2-stable branch
author Chris Cannam
date Fri, 14 Jun 2013 09:01:12 +0100
parents 433d4f72a19b
children 622f24f53b42
comparison
equal deleted inserted replaced
1115:433d4f72a19b 1294:3e4c3460b6ca
35 get :index, :id => 299 35 get :index, :id => 299
36 assert_response 404 36 assert_response 404
37 end 37 end
38 38
39 def test_previous_project_index 39 def test_previous_project_index
40 get :index, :id => 1, :from => 3.days.ago.to_date 40 get :index, :id => 1, :from => 2.days.ago.to_date
41 assert_response :success 41 assert_response :success
42 assert_template 'index' 42 assert_template 'index'
43 assert_not_nil assigns(:events_by_day) 43 assert_not_nil assigns(:events_by_day)
44 44
45 assert_tag :tag => "h3", 45 assert_tag :tag => "h3",