aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtXml/qdomdocument_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtXml/qdomdocument_test.py')
-rw-r--r--sources/pyside6/tests/QtXml/qdomdocument_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtXml/qdomdocument_test.py b/sources/pyside6/tests/QtXml/qdomdocument_test.py
index 33b395f9b..cfc1c543d 100644
--- a/sources/pyside6/tests/QtXml/qdomdocument_test.py
+++ b/sources/pyside6/tests/QtXml/qdomdocument_test.py
@@ -47,7 +47,6 @@ class QDomDocumentTest(unittest.TestCase):
self.assertFalse(ok)
self.assertEqual(errorStr, 'Opening and ending tag mismatch.')
self.assertEqual(errorLine, 4)
- self.assertEqual(errorColumn, 21)
def testQDomDocumentSetContentWithGoodXmlData(self):
'''Sets valid xml as the QDomDocument contents.'''