lib: pass config object to message iterator init method, add can seek forward property
[babeltrace.git] / tests / bindings / python / bt2 / test_event.py
index b6b17ade0c3a7c6c17a801bcbda6b89af73d8553..4288fd91f1471e54bab75be2f3325bc1e5df838b 100644 (file)
@@ -39,7 +39,7 @@ class EventTestCase(unittest.TestCase):
         with_packet=False,
     ):
         class MyIter(bt2._UserMessageIterator):
-            def __init__(self, self_output_port):
+            def __init__(self, config, self_output_port):
                 self._at = 0
                 self._msgs = [self._create_stream_beginning_message(test_obj.stream)]
 
This page took 0.023023 seconds and 4 git commands to generate.