Skip to content

IssueSeverity fix and add tests

Graeme A Stewart requested to merge graemes/Gaudi:issueseverity-fix2 into master

A bug in the move assignment constructor was fixed (where m_msg was set mistakenly from rhs.m_level) was fixed. Some unittests for all of the constructors and the setters in the class were added. Updated to use std::move for strings in the move assignment operator.

There is also a cosmetic fix to test_Property.cpp correcting the spelling of "constructor".

Merge request reports