Python test: remove useless test
[babeltrace.git] / tests / bindings / python / bt2 / test_fields.py
index 5a522e8cd21366c82850da395955d9c229ba363c..b60ed44d1c5a348f2017e0d66ef257f7ac31bbfd 100644 (file)
@@ -915,11 +915,6 @@ class StringFieldTestCase(_TestCopySimple, unittest.TestCase):
         with self.assertRaises(TypeError):
             self._def.value = 283
 
-    def test_assign_str(self):
-        raw = 'zorg'
-        self._def = raw
-        self.assertEqual(self._def, raw)
-
     def test_assign_string_field(self):
         ft = bt2.StringFieldType()
         field = ft()
This page took 0.023789 seconds and 4 git commands to generate.