X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fbindings%2Fpython%2Fbt2%2Ftest_clock_class.py;fp=tests%2Fbindings%2Fpython%2Fbt2%2Ftest_clock_class.py;h=ddded862d5a6ac540342d703366db40b585e88d1;hp=8be327bd5c6d1031eb50916caf51eff1aae3e0f8;hb=9b24b6aa4258079f2b59fa156dd3e070969f6f2a;hpb=afd452743c7fcc89246029f68055d6f251c857e6 diff --git a/tests/bindings/python/bt2/test_clock_class.py b/tests/bindings/python/bt2/test_clock_class.py index 8be327bd..ddded862 100644 --- a/tests/bindings/python/bt2/test_clock_class.py +++ b/tests/bindings/python/bt2/test_clock_class.py @@ -190,8 +190,8 @@ class ClockSnapshotTestCase(unittest.TestCase): _cc, _tc = run_in_component_init(f) _trace = _tc() _sc = _tc.create_stream_class(default_clock_class=_cc, - packets_have_default_beginning_clock_snapshot=True, - packets_have_default_end_clock_snapshot=True) + packets_have_beginning_default_clock_snapshot=True, + packets_have_end_default_clock_snapshot=True) _ec = _sc.create_event_class(name='salut') _stream = _trace.create_stream(_sc) _packet = _stream.create_packet()