stable
Clone or download
Read-only
part of story #10710 search on fields with duck typing No functional change. CI should be happy. Why? I had forgotten that there are two, distinct collectors: one for cross-tracker, and one for single-tracker TQL. Running similar tests for both will let us verify that the invalid fields checks keep working in both cases. They are shared for the fields, but different for the metadata (follow-up comments, semantics, etc.). Change-Id: I7c0df787724f1a9148edbdcf2cd73ae6688cb0b9
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/crosstracker/tests/unit/CrossTracker/Report/Query/Advanced/InvalidSearchableCollectorVisitorTest.php | +0 | −207 | Go to diff View file |
A | plugins/crosstracker/tests/unit/CrossTracker/Report/Query/Advanced/InvalidTermCollectorVisitorTest.php | +389 | −0 | Go to diff View file |
D | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidSearchableCollectorVisitorTest.php | +0 | −699 | Go to diff View file |
A | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidTermCollectorVisitorTest.php | +646 | −0 | Go to diff View file |