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

/ec/ECSpooler/tests/
H A DtestXML.py139 """_xPathCheck should return false if the requested node sets or values differ."""
154 result = backend._xPathCheck(job)
161 """_xPathCheck should return nothing if the requested node sets or values do not differ."""
177 result = backend._xPathCheck(job)
179 self.fail('_xPathCheck should not return anything when running on a XML file semantically equivalent to the model solution.')
184 """_xPathCheck should return nothing when running without a model solution. Additionally, no feedback should be generated"""
200 result = backend._xPathCheck(job)
202 self.fail('_xPathCheck should not return anything when running without a model solution.')
208 """_xPathCheck should return nothing when running without a model solution. Additionally, no feedback should be generated"""
223 result = backend._xPathCheck(jo
[all...]
/ec/ECSpooler/backends/xml/
H A DXML.py15 # Ensuring that the model solution imports the correct DTD in _xPathCheck.
196 result = self._xPathCheck(job)
323 def _xPathCheck(self, job): member in class:XML

Completed in 12 milliseconds