@@ -333,11 +333,10 @@ class TestErrorLogger : public TestFixture {
333333 void TestReportType () const {
334334 testReportType (ReportType::misraC2012, Severity::error, " unusedVariable" , " Advisory" , " 2.8" );
335335 testReportType (ReportType::misraCpp2023, Severity::warning, " premium-misra-cpp-2023-6.8.4" , " Advisory" , " 6.8.4" );
336- testReportType (ReportType::misraCpp2023, Severity::warning, " misra-cpp-2023-6.8.4" , " Advisory" , " 6.8.4" );
337336 testReportType (ReportType::misraCpp2023, Severity::style, " premium-misra-cpp-2023-19.6.1" , " Advisory" , " 19.6.1" );
338337 testReportType (ReportType::misraCpp2008, Severity::style, " premium-misra-cpp-2008-3-4-1" , " Required" , " 3-4-1" );
339- testReportType (ReportType::misraCpp2008, Severity::style, " misra-cpp-2008-3-4-1" , " Required" , " 3-4-1" );
340338 testReportType (ReportType::misraC2012, Severity::style, " premium-misra-c-2012-dir-4.6" , " Advisory" , " Dir 4.6" );
339+ testReportType (ReportType::misraC2012, Severity::style, " misra-c-2012-dir-4.6" , " Advisory" , " Dir 4.6" );
341340 testReportType (ReportType::certC, Severity::error, " resourceLeak" , " L3" , " FIO42-C" );
342341 }
343342
0 commit comments