Commit 87e83c72 authored by Eric Davis's avatar Eric Davis

Fixed the view_hook_helper test, it was reading all of the log files into

memory and would throw a NoMemoryError (2GB+ used).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3211 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent e1013c44
......@@ -166,7 +166,7 @@ class Redmine::Hook::ManagerTest < ActiveSupport::TestCase
end
def view_hook_helper
@view_hook_helper ||= TestHookHelperView.new(RAILS_ROOT + '/log')
@view_hook_helper ||= TestHookHelperView.new(RAILS_ROOT + '/app/views')
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment