SAX2DOM can"t handle a PI before the root element.
(self)
| 176 | |
| 177 | @unittest.expectedFailure |
| 178 | def test_sax2dom_fail(self): |
| 179 | """SAX2DOM can"t handle a PI before the root element.""" |
| 180 | pd = SAX2DOMTestHelper(None, SAXExerciser(), 12) |
| 181 | self._test_thorough(pd) |
| 182 | |
| 183 | def test_thorough_sax2dom(self): |
| 184 | """Test some of the hard-to-reach parts of SAX2DOM.""" |
nothing calls this directly
no test coverage detected