diff 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
line wrap: on
line diff
--- a/test/functional/activities_controller_test.rb	Mon Jan 07 12:01:42 2013 +0000
+++ b/test/functional/activities_controller_test.rb	Fri Jun 14 09:01:12 2013 +0100
@@ -37,7 +37,7 @@
   end
 
   def test_previous_project_index
-    get :index, :id => 1, :from => 3.days.ago.to_date
+    get :index, :id => 1, :from => 2.days.ago.to_date
     assert_response :success
     assert_template 'index'
     assert_not_nil assigns(:events_by_day)