From f2480d3ee3499cf47e59587959ea52dac11cac8a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 30 Jul 2017 17:02:24 +0000 Subject: [PATCH] Test broken by r16924 (#26520). git-svn-id: http://svn.redmine.org/redmine/trunk@16925 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/timelog_controller_test.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/functional/timelog_controller_test.rb b/test/functional/timelog_controller_test.rb index 7672dafb4..50766f0fd 100644 --- a/test/functional/timelog_controller_test.rb +++ b/test/functional/timelog_controller_test.rb @@ -760,6 +760,8 @@ class TimelogControllerTest < Redmine::ControllerTest end def test_index_at_project_level + @request.session[:user_id] = 2 + get :index, :params => {:project_id => 'ecookbook', :c => ['project']} assert_response :success