Page MenuHomePhabricator

validate export-demo.xml against current export.xsd
Closed, ResolvedPublic

Description

There are some mismatched between the xml generated by Export.php and the current export.xsd.

Maybe there should be a validate test, that check the export xml against the current export.xsd.

There are already export tests, which maybe than need a new step.

Thanks.


Version: unspecified
Severity: normal

Details

Reference
bz37249

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:21 AM
bzimport set Reference to bz37249.

commited a start with gerrit 10763

rephrase, because adding this validation to all dump tests will increase the time which a unit test runs dramatically.

Having a validation for the export-dema.xml is necessary, because that file will go out of sync and than there is no need for a demo. Also some IDEs are checking the xsd of xmls in the workspace.