stable

Clone or download

Read-only

test: Add integration tests for XTS on always there fields

Part of story #36833 search on semantics and always there fields even if not defined Before working on the feature, we need to refactor structure of query to match the same structure as for duck typed fields. To limit regression, we need to add missing integration test before *No functional changes expected* Change-Id: I93f10f36e3ff3a39162e1dbf60c945ce01de9472

Modified Files

Name
A plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/Metadata/LastUpdateByMetadataTest.php +330 −0 Go to diff View file
A plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/Metadata/LastUpdateDateMetadataTest.php +511 −0 Go to diff View file
A plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/Metadata/SubmittedByMetadataTest.php +329 −0 Go to diff View file
A plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/Metadata/SubmittedOnMetadataTest.php +511 −0 Go to diff View file
M plugins/tracker/tests/integration/Test/Builders/TrackerDatabaseBuilder.php +66 −6 Go to diff View file