@@ -2909,8 +2909,8 @@ TEST_F(ProjMgrUnitTests, RunProjMgr_Device_Unknown) {
29092909 // Test project with unknown device
29102910 char * argv[7 ];
29112911 string csolutionFile = UpdateTestSolutionFile (" ./TestProject4/test_device_unknown.cproject.yml" );
2912- const string& expectedErrStr = R"( error csolution: specified device 'RteTest_ARM_UNKNOWN' was not found among the installed packs.
2913- use ' cpackget' utility to install software packs. )" ;
2912+ const string& expectedErrStr = R"( error csolution: specified device 'RteTest_ARM_UNKNOWN' not found in the installed packs. Use:
2913+ cpackget add Vendor::PackName )" ;
29142914 StdStreamRedirect streamRedirect;
29152915
29162916 argv[1 ] = (char *)" convert" ;
@@ -2928,8 +2928,8 @@ TEST_F(ProjMgrUnitTests, RunProjMgr_Device_Unknown_Vendor) {
29282928 // Test project with unknown device vendor
29292929 char * argv[7 ];
29302930 string csolutionFile = UpdateTestSolutionFile (" ./TestProject4/test_device_unknown_vendor.cproject.yml" );
2931- const string& expectedErrStr = R"( error csolution: specified device 'TEST::RteTest_ARMCM0' was not found among the installed packs.
2932- use ' cpackget' utility to install software packs. )" ;
2931+ const string& expectedErrStr = R"( error csolution: specified device 'TEST::RteTest_ARMCM0' not found in the installed packs. Use:
2932+ cpackget add Vendor::PackName )" ;
29332933 StdStreamRedirect streamRedirect;
29342934
29352935 argv[1 ] = (char *)" convert" ;
@@ -2965,8 +2965,8 @@ TEST_F(ProjMgrUnitTests, RunProjMgr_Device_Unavailable_In_Board) {
29652965 // Test project with device different from the board's mounted device
29662966 char * argv[7 ];
29672967 string csolutionFile = UpdateTestSolutionFile (" ./TestProject4/test_device_unavailable_in_board.cproject.yml" );
2968- const string& expectedErrStr = R"( error csolution: specified device 'RteTest_ARMCM7' was not found among the installed packs.
2969- use ' cpackget' utility to install software packs. )" ;
2968+ const string& expectedErrStr = R"( error csolution: specified device 'RteTest_ARMCM7' not found in the installed packs. Use:
2969+ cpackget add Vendor::PackName )" ;
29702970 StdStreamRedirect streamRedirect;
29712971
29722972 argv[1 ] = (char *)" convert" ;
@@ -3032,8 +3032,8 @@ TEST_F(ProjMgrUnitTests, RunProjMgr_Correct_Board_Wrong_Device_Info) {
30323032 // Test project with correct board info but wrong device info
30333033 char * argv[7 ];
30343034 string csolutionFile = UpdateTestSolutionFile (" ./TestProject4/test_correct_board_wrong_device.cproject.yml" );
3035- const string& expectedErrStr = R"( error csolution: specified device 'ARM::RteTest_ARMCM_Unknown' was not found among the installed packs.
3036- use ' cpackget' utility to install software packs. )" ;
3035+ const string& expectedErrStr = R"( error csolution: specified device 'ARM::RteTest_ARMCM_Unknown' not found in the installed packs. Use:
3036+ cpackget add Vendor::PackName )" ;
30373037 StdStreamRedirect streamRedirect;
30383038
30393039 argv[1 ] = (char *)" convert" ;
0 commit comments