mirror of
https://github.com/redmine/redmine.git
synced 2025-11-03 20:06:24 +01:00
* Added links to previous and next revisions on revision view (patch by Cyril Mougel slightly edited)
* Fixed TimelogController#report december error * Fixed ProjectsControllerTest#test_activity 1st and 2nd day of the month failure git-svn-id: http://redmine.rubyforge.org/svn/trunk@938 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -89,7 +89,7 @@ class ProjectsControllerTest < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
def test_activity
|
||||
get :activity, :id => 1
|
||||
get :activity, :id => 1, :year => 2.days.ago.to_date.year, :month => 2.days.ago.to_date.month
|
||||
assert_response :success
|
||||
assert_template 'activity'
|
||||
assert_not_nil assigns(:events_by_day)
|
||||
|
||||
Reference in New Issue
Block a user