X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fdata%2Fplugins%2Fflt.utils.trimmer%2Fbt_plugin_trimmer_test.py;h=c7d5985dffd001143305621121f53ed73a91d2c9;hb=66964f3f7b0b7e3b774ddb043b0f197018d23730;hp=69abd1aabb86450bfc4ba065c6a9884d0ffd7b4d;hpb=ab1cea3f45de3ad0f4d70165c723f321a0eae10c;p=babeltrace.git diff --git a/tests/data/plugins/flt.utils.trimmer/bt_plugin_trimmer_test.py b/tests/data/plugins/flt.utils.trimmer/bt_plugin_trimmer_test.py index 69abd1aa..c7d5985d 100644 --- a/tests/data/plugins/flt.utils.trimmer/bt_plugin_trimmer_test.py +++ b/tests/data/plugins/flt.utils.trimmer/bt_plugin_trimmer_test.py @@ -49,7 +49,7 @@ class TheIteratorOfAllEvil(bt2._UserMessageIterator): class TheSourceOfAllEvil( bt2._UserSourceComponent, message_iterator_class=TheIteratorOfAllEvil ): - def __init__(self, params): + def __init__(self, params, obj): tc = self._create_trace_class() # Use a clock class with an offset, so we can test with --begin or --end