Skip to content

Commit

Permalink
Corrected test suite for ReportRouterExtraDataSuite, which was regist…
Browse files Browse the repository at this point in the history
…ering test to ReportRouterDataSuite by accident
  • Loading branch information
apop5 committed Jul 12, 2024
1 parent 17f5c89 commit 14ffac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MsWheaPkg/MsWheaReport/Test/MsWheaReportCommonHostTest.c
Original file line number Diff line number Diff line change
Expand Up @@ -757,8 +757,8 @@ UefiTestMain (
goto EXIT;
}

AddTestCase (ReportRouterDataSuite, "ReportHwErrRecRouter should populate the extra WHEA data", "PopulateExtraData", ReportRouterPopulateWheaExtraData, NULL, NULL, NULL);
AddTestCase (ReportRouterDataSuite, "ReportHwErrRecRouter should not populate the extra WHEA data in invalid phases", "SkipEsPhases", ReportRouterSkipExtraDataInInvalidPhases, NULL, NULL, NULL);
AddTestCase (ReportRouterExtraDataSuite, "ReportHwErrRecRouter should populate the extra WHEA data", "PopulateExtraData", ReportRouterPopulateWheaExtraData, NULL, NULL, NULL);
AddTestCase (ReportRouterExtraDataSuite, "ReportHwErrRecRouter should not populate the extra WHEA data in invalid phases", "SkipEsPhases", ReportRouterSkipExtraDataInInvalidPhases, NULL, NULL, NULL);

//
// Execute the tests.
Expand Down

0 comments on commit 14ffac3

Please sign in to comment.