bt2: Adapt test_message_iterator.py and make it pass
[babeltrace.git] / tests / bindings / python / bt2 / test_message.py
index 521d4e4daac1b5e9cb8f6a946a05e09e3ea8cc98..3cc55042ad9e6f73a7130236a4bd93d679ad0b66 100644 (file)
@@ -7,7 +7,7 @@ class AllMessagesTestCase(unittest.TestCase):
     def setUp(self):
 
         class MyIter(bt2._UserMessageIterator):
-            def __init__(self):
+            def __init__(self, self_port_output):
                 self._at = 0
 
             def __next__(self):
This page took 0.023197 seconds and 4 git commands to generate.