HighFive icon indicating copy to clipboard operation
HighFive copied to clipboard

Remove duplication in test-code.

Open 1uc opened this issue 2 years ago • 0 comments

There's a trait to hide the difference between attributes and datasets. Once: https://github.com/BlueBrain/HighFive/blob/acf0fea662e69ff8928f055b11183c7a8811fa0e/tests/unit/tests_high_five_base.cpp#L2078

Twice: https://github.com/BlueBrain/HighFive/blob/acf0fea662e69ff8928f055b11183c7a8811fa0e/tests/unit/tests_high_five_base.cpp#L2949

Place them in a separate header and remove one of the copies.

1uc avatar Nov 27 '23 08:11 1uc