rcl/rcl_yaml_param_parser/test
hyunseok-yang d07003847b Increase MAX_STRING_SIZE (#487)
* Increase MAX_STRING_SIZE

It's too short for string length.
It occurs the error when the string field in yaml files are too long....

Signed-off-by: Hyunseok Yang <hyunseok7.yang@lge.com>

* update test to match increased limit

Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
2019-08-23 14:52:46 -07:00
..
correct_config.yaml YAML parameter parser (#235) 2018-05-29 18:07:02 +02:00
empty_string.yaml Allow empty strings if they are quoted. (#450) 2019-05-24 08:57:47 -07:00
indented_name_space.yaml YAML parameter parser (#235) 2018-05-29 18:07:02 +02:00
max_num_params.yaml Fix memory corruption when maximum number of parameters is exceeded (#456) 2019-06-07 14:56:05 -07:00
max_string_sz.yaml Increase MAX_STRING_SIZE (#487) 2019-08-23 14:52:46 -07:00
multi_ns_correct.yaml YAML parameter parser (#235) 2018-05-29 18:07:02 +02:00
no_alias_support.yaml YAML parameter parser (#235) 2018-05-29 18:07:02 +02:00
no_value1.yaml YAML parameter parser (#235) 2018-05-29 18:07:02 +02:00
params_with_no_node.yaml YAML parameter parser (#235) 2018-05-29 18:07:02 +02:00
root_ns.yaml [yaml parser] Fix FQN=//node_name when ns is / (#299) 2018-09-21 14:50:48 -07:00
seq_map1.yaml YAML parameter parser (#235) 2018-05-29 18:07:02 +02:00
seq_map2.yaml YAML parameter parser (#235) 2018-05-29 18:07:02 +02:00
string_array_with_quoted_number.yaml Accept quoted int or float values as strings (#464) 2019-06-27 17:51:05 -03:00
test_parse_yaml.cpp [YAML Parser] Support parameter value parsing (#471) 2019-07-12 15:07:42 -03:00