Clarify QA message
This commit is contained in:
parent
f80c150f13
commit
07ef5d3343
|
@ -40,7 +40,7 @@ BOOST_AUTO_TEST_CASE( AllCorrect )
|
|||
{
|
||||
KICAD_T type = static_cast<KICAD_T>( 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" );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue