stable
Clone or download
Read-only
part of story #13003 : import/export TTM steps in XML When you export a project with external fields,that should export external fields too. Related too https://gerrit.tuleap.net/c/plugin-testmgmt/+/18358 Change-Id: I354472452ced3b85ed22ba80be19c56c9f740528
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArchiveAndDeleteArtifactTaskBuilder.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLExport.php | +22 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ArtifactXMLExporterBuilder.php | +7 | −5 | Go to diff View file |
A | plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ExternalExporterCollector.php | +49 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/GetExternalExporter.php | +63 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ChangesetValueXMLExporterVisitor.class.php | +16 | −3 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +6 | −4 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/XML/Exporter/ChangesetValue/ChangesetValueXMLExporterVisitorTest.php | +259 | −0 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/XML/Exporter/ChangesetValue/ExternalExporterCollectorTest.php | +45 | −0 | Go to diff View file |
M | plugins/tracker/tests/Artifact/XMLExportTest.php | +12 | −2 | Go to diff View file |
D | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValueXMLExporterVisitorTest.php | +0 | −120 | Go to diff View file |