stable

Clone or download

Read-only

Tracker tests are run with simpletest 1.1.x in CI

This is part of story #11410 use last simpletest stable version Change-Id: Id19d6a922c97059e0c61421e4fd709d91706d19c

Modified Files

Name
M Makefile +2 −0 Go to diff View file
M plugins/tests/not_yet_simpletest11x.list +0 −20 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/UgroupPermissionsConsistencyChecker.class.php +1 −2 Go to diff View file
M plugins/tracker/tests/Artifact/Tracker_ArtifactCreatorTest.php +27 −8 Go to diff View file
M plugins/tracker/tests/Artifact/XMLImportTest.php +730 −438 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/SubmittedValueConvertorTest.php +11 −9 Go to diff View file
M plugins/tracker/tests/Tracker/UgroupPermissionsConsistencyCheckerTest.php +28 −17 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetXMLExporterTest.php +21 −16 Go to diff View file
M plugins/tracker/tests/TrackerTest.php +692 −815 Go to diff View file
M plugins/tracker/tests/Tracker_ArtifactTest.php +478 −588 Go to diff View file
M plugins/tracker/tests/Tracker_FormElementFactoryTest.php +117 −175 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_BurndownTest.php +113 −142 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_ComputedTest.php +3 −2 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_FileTest.php +233 −257 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/Transition_PostActionFactoryTest.php +55 −33 Go to diff View file
M plugins/tracker/tests/workflow/TransitionFactoryTest.php +48 −56 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/RulesBuilderFactoryTest.php +32 −14 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/RulesManagerTest.php +44 −46 Go to diff View file
M src/common/system_event/SystemEventManager.class.php +1 −1 Go to diff View file