summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2019-11-20 15:54:36 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2019-11-20 15:54:36 +0000
commit3e31ea7c5abfc5f92fa3e32b65ea75353440e8ba (patch)
tree113f3289fa5f8e4a8e7d8a032d8c9ec253eb61bd /test
parente88dfda424f47543218fcca50b47e5ffb03ab4b6 (diff)
downloadredmine-3e31ea7c5abfc5f92fa3e32b65ea75353440e8ba.tar.gz
redmine-3e31ea7c5abfc5f92fa3e32b65ea75353440e8ba.zip
Merged r19091 to 4.1-stable (#29482).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19094 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/functional/queries_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/queries_controller_test.rb b/test/functional/queries_controller_test.rb
index 923202b02..55c46478c 100644
--- a/test/functional/queries_controller_test.rb
+++ b/test/functional/queries_controller_test.rb
@@ -495,7 +495,7 @@ class QueriesControllerTest < Redmine::ControllerTest
end
def test_create_public_project_query
- @request.session[:user_id] = 2
+ @request.session[:user_id] = 1
q = new_record(ProjectQuery) do
post :create, :params => {