X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fbindings%2Fpython%2Fbt2%2Ftest_trace_class.py;fp=tests%2Fbindings%2Fpython%2Fbt2%2Ftest_trace_class.py;h=2ad8300147b691b6bbe728c6f39d019fbca6c74b;hb=3fb99a226ccb40c79de6b55b5a249d93b9c5262e;hp=cf286658f4938c5c22ed2c8b47662e97ba73b56d;hpb=90ab1cfa06fc5b2d195a907361d3cee8b5646b44;p=babeltrace.git diff --git a/tests/bindings/python/bt2/test_trace_class.py b/tests/bindings/python/bt2/test_trace_class.py index cf286658..2ad83001 100644 --- a/tests/bindings/python/bt2/test_trace_class.py +++ b/tests/bindings/python/bt2/test_trace_class.py @@ -116,8 +116,6 @@ class TraceClassTestCase(unittest.TestCase): tc, sc1, sc2, sc3 = self._create_trace_class_with_some_stream_classes() for sc_id, stream_class in tc.items(): - self.assertIsInstance(stream_class, bt2.stream_class._StreamClass) - if sc_id == 12: self.assertEqual(stream_class.addr, sc1.addr) elif sc_id == 54: