plugins: log failure to load plugin as a warning
[babeltrace.git] / tests / bindings / python / bt2 / test_field_class.py
index bb73da48c03c41646faacdca9daa3f1ea4a1e766..afdf9b63088ac4156951ef3ef68e877803eeb317 100644 (file)
@@ -217,7 +217,7 @@ class EnumerationFieldClassTestCase(_TestIntegerFieldClassProps):
         self._fc.map_range('f', 0)
         self._fc.map_range('g', 14)
 
-        labels = self._fc.labels_by_value(14)
+        labels = self._fc.labels_for_value(14)
 
         expected_labels = ['c', 'd', 'e', 'g']
 
This page took 0.025253 seconds and 4 git commands to generate.