Rename "default beginning/end CS" -> "beginning/end default CS"
[babeltrace.git] / tests / bindings / python / bt2 / test_message.py
index 986c708c890852616d1a80464742fffb419f3929..e9ef158744edb12097dde100f6af3147f538b2c0 100644 (file)
@@ -71,8 +71,8 @@ class AllMessagesTestCase(unittest.TestCase):
                     cc = None
 
                 sc = tc.create_stream_class(default_clock_class=cc,
-                                            packets_have_default_beginning_clock_snapshot=with_cc,
-                                            packets_have_default_end_clock_snapshot=with_cc,
+                                            packets_have_beginning_default_clock_snapshot=with_cc,
+                                            packets_have_end_default_clock_snapshot=with_cc,
                                             supports_discarded_events=True,
                                             discarded_events_have_default_clock_snapshots=with_cc,
                                             supports_discarded_packets=True,
This page took 0.025929 seconds and 4 git commands to generate.