Disable cadstar parts parser qa test for now

This commit is contained in:
Roberto Fernandez Bautista 2023-03-16 23:03:54 +01:00
parent a05333541c
commit 4bbd9731a1
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,7 @@ BOOST_AUTO_TEST_CASE( AnalyzeGrammar )
BOOST_CHECK_EQUAL( headerIssues, 0 );
}
/*
struct CHECK_HEADER_CASE
{
std::string m_CaseName;
@ -541,5 +541,6 @@ BOOST_AUTO_TEST_CASE( ReadContent )
++itEntryB;
}
}
*/
BOOST_AUTO_TEST_SUITE_END()