Преглед изворни кода

Accept 5 arguments.

git-svn-id: http://svn.redmine.org/redmine/trunk@15665 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.4.0
Jean-Philippe Lang пре 8 година
родитељ
комит
11c85279ab
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      test/test_helper.rb

+ 1
- 1
test/test_helper.rb Прегледај датотеку

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

Loading…
Откажи
Сачувај