]> source.dussan.org Git - redmine.git/commitdiff
Merged r11128 from trunk to 2.2-stable.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 8 Jan 2013 23:14:03 +0000 (23:14 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 8 Jan 2013 23:14:03 +0000 (23:14 +0000)
Test fails when run at the beginning of the day.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.2-stable@11141 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/activities_controller_test.rb

index 234ea7c57aa00f731568498bdbf0edd2070fb94b..8119769a31e7df2c65a072109d6b53c88fb37f5f 100644 (file)
@@ -37,7 +37,7 @@ class ActivitiesControllerTest < ActionController::TestCase
   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)