* 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:
Jean-Philippe Lang
2007-12-01 17:15:42 +00:00
parent 3baf086e2d
commit db002edabd
10 changed files with 118 additions and 11 deletions

View File

@@ -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)