stable

Clone or download

Read-only

Tracker tests load bootstrap without magic constant

There is nothing that defines "TRACKER_BASE_DIR" hence when running a tracker test suite independently on the CLI, the test crash. This will ease the ability to run simpletest11x tests one after another. Also add the list of test suite that are not ready yet. There are 62 test suite not ready on 271 atm. Part of story #11484 have tracker tests running with simpletest 1.1.x Change-Id: I06a33a5a2954613146d34b17f3791b1c3476068d

Modified Files

Name
A plugins/tests/not_yet_simpletest11x.list +62 −0 Go to diff View file
M plugins/tracker/tests/Artifact/Changeset/ChangesetDataInitializatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Artifact/Changeset/FieldsValidatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Artifact/Changeset/InitialChangesetCreatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Artifact/Changeset/Notification/NotifierTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Artifact/Changeset/Notification/RecipientsManagerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Artifact/PermissionsCacheTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Artifact/RecentlyVisited/VisitCleanerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Artifact/RecentlyVisited/VisitRetrieverTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Artifact/Tracker_ArtifactCreatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Artifact/XMLExportTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Artifact/XMLImport/XMLImportFieldStrategyArtifactLinkTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Artifact/XMLImport/XMLImportFieldStrategyComputedTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Artifact/XMLImport/XMLImportZipArchiveTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Artifact/XMLImportTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Import/SpotterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/REST_Backend/Artifact/ArtifactRepresentationBuilderTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/REST_Backend/Artifact/ArtifactValidatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/REST_Backend/Artifact/MovedArtifactValueBuilderTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/REST_Backend/ArtifactValuesRepresentionTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/REST_Backend/ReportArtifactFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/REST_Backend/TrackerRestBuilderTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Action/CopyArtifactTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Action/CreateArtifactTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Action/UpdateArtifactTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Admin/ArtifactLinksUsageDuplicatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/Changeset/IncomingMailGoldenRetrieverTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/LatestHeartbeatsCollectorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/CitationStripperTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/IncomingMessageInsecureBuilderTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayBuilderTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayFilterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/ParserTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/ParserTokenMailTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGatewayRecipientFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/NodeTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Chart/Data/BurndownTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/DateReminder/Tracker_DateReminderManagerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/AdminTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/AdminVisitorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/BurndownCacheDateRetrieverTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/ChartCachedDaysComparatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/ChartConfigurationFieldRetriverTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/ChartConfigurationValueCheckerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/ChartConfigurationValueRetrieverTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/ChartMessageFetcherTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaverTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/Nature/NatureValidatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/ProcessChildrenTriggersCommandTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/SourceOfAssociationDetectorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/SubmittedValueConvertorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/PermissionsOnArtifactValidatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/Tracker_FormElement_Field_NumericTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Hierarchy/ControllerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Hierarchy/HierarchicalTrackerFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Hierarchy/HierarchicalTrackerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Hierarchy/HierarchyFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Hierarchy/HierarchyTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Hierarchy/PresenterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/HomeNavPresenterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Migration/MigrationLoggerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Permission/PermissionCheckerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Permission/PermissionManagerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Permission/PermissionSerializerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/ReferenceManagerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/AdditionalCriteria/CommentCriterionValueSaverTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/Grammar/ParserTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/InvalidFields/DateFieldCheckerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/InvalidFields/DateTimeFieldCheckerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/InvalidFields/ListFieldCheckerWithBindStaticTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/InvalidFields/ListFieldCheckerWithBindUsersTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/InvalidSearchablesCollectorVisitorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/QueryBuilder/DateTimeValueRounderTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/QueryBuilder/EqualExpectation/ForTextTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/QueryBuilderVisitorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/SizeValidatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/UgroupLabelConverterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/ResultJoinerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Test.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Tracker_Report_RESTTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Rule/Date/DateTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Rule/Date/FactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Rule/List/FactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Rule/List/ListTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/SOAPServerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/ChildrenCollectorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ArtifactAttachmentExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ArtifactXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueArtifactLinkXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueComputedXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueFileXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueIntegerXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueListXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueOpenListXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValuePermissionsOnArtifactXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueTextXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValueXMLExporterVisitorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValuesXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChildrenXMLExporterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Importer/CopyArtifactInformationsAggregatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Updater/ChangesetXMLUpdaterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Updater/FieldChange/FieldChangeComputedXMLUpdaterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Updater/FieldChange/FieldChangeDateXMLUpdaterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Updater/FieldChange/FieldChangeIntegerXMLUpdaterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Updater/FieldChange/FieldChangeListXMLUpdaterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Updater/FieldChange/FieldChangePermissionsOnArtifactXMLUpdaterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Updater/TemporaryFileCreatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Updater/TemporaryFileXMLUpdaterTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/TreeNode/CardPresenterNodeTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aBindStatic.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aBurndownField.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aCIBuildPostAction.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aChangeset.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aChangesetValue.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aDateFieldPostAction.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aField.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aFieldBindValue.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aFloatFieldPostAction.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aMockArtifact.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aMockArtifactFactory.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aMockField.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aMockHierarchyFactory.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aMockSemanticStatusFactory.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aMockSemanticTitleFactory.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aMockTracker.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aPostActionFactory.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aStaticValue.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aTracker.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aTrackerReport.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aTransition.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aWorkflow.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/anArtifact.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/anArtifactDar.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/anIntFieldPostAction.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/Action/Rules/EditRulesTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/CIBuild/Transition_PostAction_CIBuildFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/CIBuild/Transition_PostAction_CIBuildTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_FieldFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_Field_DateTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_Field_FloatTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_Field_IntTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/Transition_PostActionFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/Transition/Condition/CommentNotEmptyTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/Transition/Condition/FieldNotEmpty/FactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/Transition/Condition/FieldNotEmptyTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/Transition/Condition/Permissions/FactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/Transition/Condition/Permissions/PermissionsTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/Transition/ConditionFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/TransitionFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/TransitionTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/RulesBuilderDataTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/RulesBuilderFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/RulesFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/RulesManagerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/RulesProcessorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/Strategy/AllOfStrategyTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/Strategy/AtLeastOneStrategyTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/TriggerValidatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/WorkflowBackendLoggerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/WorkflowFactoryTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/WorkflowTest.php +1 −1 Go to diff View file