]> source.dussan.org Git - redmine.git/commitdiff
Accept 5 arguments.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Jul 2016 06:58:48 +0000 (06:58 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Jul 2016 06:58:48 +0000 (06:58 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15665 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/test_helper.rb

index 8b7076bf1b0ac4614131ee35b19916cfe387c1cb..918832bdf786abce57b89740690a53392d42afbf 100644 (file)
@@ -278,7 +278,7 @@ module Redmine
   end
 
   class ControllerTest < ActionController::TestCase
-    def process(method, path, parameters={}, options={})
+    def process(method, path, parameters={}, options={}, flash={})
       if parameters.key?(:params)
         raise ArgumentError if options.present?
         super method, path, parameters[:params], parameters.except(:params)