X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fdata%2Fplugins%2Fflt.utils.muxer%2Fbt_plugin_muxer_test.py;h=4026433ff9d568dfd88a6164847573cb2c73124c;hb=e74015680521597497c3218160a9e80081932896;hp=eaf2c9d99b33e86172a82d173da8b085e9fe8cf2;hpb=e5b7db60560479578eff28b3a6d6e8749e794bd6;p=babeltrace.git diff --git a/tests/data/plugins/flt.utils.muxer/bt_plugin_muxer_test.py b/tests/data/plugins/flt.utils.muxer/bt_plugin_muxer_test.py index eaf2c9d9..4026433f 100644 --- a/tests/data/plugins/flt.utils.muxer/bt_plugin_muxer_test.py +++ b/tests/data/plugins/flt.utils.muxer/bt_plugin_muxer_test.py @@ -368,7 +368,7 @@ class DiffEventClassName: stream = trace.create_stream(sc, 0) # Use event class name length as timestamp so that both stream - # beginning message are not at the same time. This test is targetting + # beginning message are not at the same time. This test is targeting # event message. sb_msg = msg_iter._create_stream_beginning_message(stream, len(ec.name)) ev_msg = msg_iter._create_event_message(ec, stream, 50) @@ -405,7 +405,7 @@ class DiffEventClassId: stream = trace.create_stream(sc, 0) # Use event class id as timestamp so that both stream beginning message - # are not at the same time. This test is targetting event message. + # are not at the same time. This test is targeting event message. sb_msg = msg_iter._create_stream_beginning_message(stream, ec.id) ev_msg = msg_iter._create_event_message(ec, stream, 50) se_msg = msg_iter._create_stream_end_message(stream, iter_id * 193)