logic issue being worked, "independent test 1" should be throwing an exception with current settings. Is ignoring the throw call.
This commit is contained in:
@@ -201,19 +201,7 @@ void Task::execute( bool verbose )
|
|||||||
std::cout << "\tThis task is required to continue the plan." << std::endl;
|
std::cout << "\tThis task is required to continue the plan." << std::endl;
|
||||||
// but these are NOT executing?????
|
// but these are NOT executing?????
|
||||||
throw Task_RequiredButFailedTask();
|
throw Task_RequiredButFailedTask();
|
||||||
throw Task_RequiredButFailedTask();
|
return;
|
||||||
throw Task_RequiredButFailedTask();
|
|
||||||
throw Task_RequiredButFailedTask();
|
|
||||||
throw Task_RequiredButFailedTask();
|
|
||||||
throw Task_RequiredButFailedTask();
|
|
||||||
throw Task_RequiredButFailedTask();
|
|
||||||
throw Task_RequiredButFailedTask();
|
|
||||||
throw Task_RequiredButFailedTask();
|
|
||||||
throw Task_RequiredButFailedTask();
|
|
||||||
throw Task_RequiredButFailedTask();
|
|
||||||
throw Task_RequiredButFailedTask();
|
|
||||||
throw Task_RequiredButFailedTask();
|
|
||||||
throw Task_RequiredButFailedTask();
|
|
||||||
} else {
|
} else {
|
||||||
// d[2] no
|
// d[2] no
|
||||||
std::cout << "\tThis task is not required to continue the plan." << std::endl;
|
std::cout << "\tThis task is not required to continue the plan." << std::endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user