From 07ef5d3343dbcb4e23f800d33be1f96eecd03262 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Tue, 1 Nov 2022 13:08:09 -0700 Subject: [PATCH] Clarify QA message --- qa/unittests/common/test_types.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ); } }