(self)
| 1014 | |
| 1015 | @unittest.expectedFailure # TODO: RUSTPYTHON |
| 1016 | def testCloneNodeEntity(self): |
| 1017 | self.check_clone_node_entity(False) |
| 1018 | self.check_clone_node_entity(True) |
| 1019 | |
| 1020 | def testNormalize(self): |
| 1021 | doc = parseString("<doc/>") |
nothing calls this directly
no test coverage detected