stable

Clone or download

Read-only

Steps Data import : ttm part

part of story #13003 : import/export TTM steps in XML This patch is related to https://gerrit.tuleap.net/c/tuleap/+/18288 To test it, you can add on xml on changeset tag : <external_field_change field_name="steps" type="ttmstepdef"> <step> <description format="text"><![CDATA[Yep]]></description> <expected_results format="text"><![CDATA[Non]]></expected_results> </step> <step> <description format="html"><![CDATA[Yep]]></description> <expected_results format="html"><![CDATA[Non]]></expected_results> </step> </external_field_change> Project import sould be done without errors and step should be on the created artifact. Change-Id: I9b85c334ea042c6cc618c25d1a0ccdf6fb59fb95

Modified Files

Name
A include/TestManagement/XML/TrackerArtifactXMLImportXMLImportFieldStrategySteps.php +50 −0 Go to diff View file
M include/testmanagementPlugin.php +9 −0 Go to diff View file
A phpunit/TestManagement/XML/TrackerArtifactXMLImportXMLImportFieldStrategyStepsTest.php +65 −0 Go to diff View file