mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Remove expectedFailure decorator for test_xml_encodings.
This commit is contained in:
2
Lib/test/test_plistlib.py
vendored
2
Lib/test/test_plistlib.py
vendored
@@ -801,8 +801,6 @@ class TestPlistlib(unittest.TestCase):
|
||||
value = plistlib.loads(pl)
|
||||
self.assertEqual(value, 123)
|
||||
|
||||
# TODO: RUSTPYTHON
|
||||
@unittest.expectedFailure
|
||||
def test_xml_encodings(self):
|
||||
base = TESTDATA[plistlib.FMT_XML]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user