lib: pass config objects to component init methods
[babeltrace.git] / tests / data / plugins / flt.utils.trimmer / bt_plugin_trimmer_test.py
index c7d5985dffd001143305621121f53ed73a91d2c9..3a37b32963fc2444a0a796bca73566f7224288b4 100644 (file)
@@ -49,7 +49,7 @@ class TheIteratorOfAllEvil(bt2._UserMessageIterator):
 class TheSourceOfAllEvil(
     bt2._UserSourceComponent, message_iterator_class=TheIteratorOfAllEvil
 ):
-    def __init__(self, params, obj):
+    def __init__(self, config, params, obj):
         tc = self._create_trace_class()
 
         # Use a clock class with an offset, so we can test with --begin or --end
This page took 0.024327 seconds and 4 git commands to generate.