X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fbindings%2Fpython%2Fbt2%2Ftest_packet.py;h=2945f49b56f2e300f7e8ebb51a27198d2ee5d197;hp=ff763dfc182c36726af80563838970a7e988f601;hb=26fc5aedf;hpb=bfb5625df591dcd384f50af3a93c5904ea6b7fcd diff --git a/tests/bindings/python/bt2/test_packet.py b/tests/bindings/python/bt2/test_packet.py index ff763dfc..2945f49b 100644 --- a/tests/bindings/python/bt2/test_packet.py +++ b/tests/bindings/python/bt2/test_packet.py @@ -52,7 +52,8 @@ class PacketTestCase(unittest.TestCase): # stream class sc = tc.create_stream_class(default_clock_class=clock_class, event_common_context_field_class=sec, - packet_context_field_class=pc) + packet_context_field_class=pc, + supports_packets=True) # event context ec = tc.create_structure_field_class()