Searched refs:_wellFormedCheck (Results 1 - 2 of 2) sorted by relevance

/ec/ECSpooler/tests/
H A DtestXML.py24 """_wellFormedCheck should return nothing when not having requested it to run. Additionally, no feedback should be generated."""
36 result = backend._wellFormedCheck(job)
38 self.fail('_wellFormedCheck should not return anything when not having specified it to run.')
43 """_wellFormedCheck should return a false Backendresult for a non-well-formed XML file."""
54 result = backend._wellFormedCheck(job)
61 """_wellFormedCheck should return nothing for a well-formed XML file."""
73 result = backend._wellFormedCheck(job)
75 self.fail('_wellFormedCheck should not return anything when running on a well-formed XML file.')
/ec/ECSpooler/backends/xml/
H A DXML.py188 result = self._wellFormedCheck(job)
222 def _wellFormedCheck(self, job): member in class:XML

Completed in 10 milliseconds