# File test/test_ServerErrorInfo.rb, line 465 def test_reload_query @params['type'] = 'load' @params['id'] = '0' @setup_load_error_list = [ @load_error_sample ] init_ServerErrorInfo assert_equal({ 'type' => 'load', 'id' => '0' }, @ServerErrorInfo.reload_query) end