stable
Clone or download
Read-only
request #13092 XML project import no longer report parse errors
Since 143c91683b23fcaf13219445545d85cbf5025d08 XML errors are no longer properly thrown and then not catched. Moreover, the import command doesn't return an error code on issues. Also take the opportunity to use the correct console logger for output Change-Id: Ifd261c30bd938ebf7a60acfcac6b51350820d7fc
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/CLI/Command/ImportProjectXMLCommand.php | +10 | −7 | Go to diff View file |
M | src/common/Project/ProjectCreationData.class.php | +19 | −4 | Go to diff View file |
M | src/common/Project/ProjectXMLImporter.class.php | +3 | −1 | Go to diff View file |
M | src/common/xml/RNGValidator.class.php | +30 | −19 | Go to diff View file |