# File test/test_params.rb, line 779 def test_load_format @store['access_log_format'] = 'HALO' @access_log_params.load(self) assert_equal(1, @params_call) assert((@params_names.include? 'access_log_format')) assert_equal('HALO', @access_log_params.format) end