lib: make packets and packet messages optional, disabled by default
[babeltrace.git] / tests / bindings / python / bt2 / test_message.py
index c98edea77848edf513afc22627a74aed5c8d9284..6e1999de47e501437e34a28ab2cdff7331dcc074 100644 (file)
@@ -88,6 +88,7 @@ class AllMessagesTestCase(unittest.TestCase):
                     cc = None
 
                 sc = tc.create_stream_class(default_clock_class=cc,
+                                            supports_packets=True,
                                             packets_have_beginning_default_clock_snapshot=with_cc,
                                             packets_have_end_default_clock_snapshot=with_cc,
                                             supports_discarded_events=True,
This page took 0.023116 seconds and 4 git commands to generate.