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