Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Fully Compatible
-
QE 2022-03-07, QE 2022-03-21
Description
Unit tests that verify results of FieldAvailability or ProvidedSortSet are using ASSERT_TRUE with ==, rather than ASSERT_EQ, this is due to those types not having << operator for ostream, so that the values can be printed in case of mismatch.
Example:
We should add those operators and change ASSERT_TRUE to ASSERT_EQ where possibl to improve test debuggability.