diff --git a/qa/unittests/common/test_types.cpp b/qa/unittests/common/test_types.cpp index f3e1914281..8b54651c2b 100644 --- a/qa/unittests/common/test_types.cpp +++ b/qa/unittests/common/test_types.cpp @@ -40,7 +40,7 @@ BOOST_AUTO_TEST_CASE( AllCorrect ) { KICAD_T type = static_cast( i ); - BOOST_CHECK_MESSAGE( IsTypeCorrect( type ), "Failed for " << type ); + BOOST_CHECK_MESSAGE( IsTypeCorrect( type ), "Type " << type << " is not assigned to an application in typeinfo.h" ); } }