X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fdata%2Fplugins%2Fflt.lttng-utils.debug-info%2Fbt_plugin_test_debug_info.py;fp=tests%2Fdata%2Fplugins%2Fflt.lttng-utils.debug-info%2Fbt_plugin_test_debug_info.py;h=72532b48e928f70bc54edff3682de4c844aa1279;hp=c7d26aae4ca24e362310b7cc4d43ed86894df984;hb=52ea95936a4a5d6f72acaaf97de5d8a428d8d9cc;hpb=1734ca556c81015106a7d533fc9a68192073e22b diff --git a/tests/data/plugins/flt.lttng-utils.debug-info/bt_plugin_test_debug_info.py b/tests/data/plugins/flt.lttng-utils.debug-info/bt_plugin_test_debug_info.py index c7d26aae..72532b48 100644 --- a/tests/data/plugins/flt.lttng-utils.debug-info/bt_plugin_test_debug_info.py +++ b/tests/data/plugins/flt.lttng-utils.debug-info/bt_plugin_test_debug_info.py @@ -116,7 +116,7 @@ class CompleteSrc(bt2._UserSourceComponent, message_iterator_class=CompleteIter) dyn_array_with_len_elem_fc, length_fc=dyn_array_with_len_fc ), ), - ("sta_array", tc.create_dynamic_array_field_class(sta_array_elem_fc)), + ("sta_array", tc.create_static_array_field_class(sta_array_elem_fc, 3)), ( "option_none", tc.create_option_without_selector_field_class(option_none_fc),