logic issue being worked, "independent test 1" should be throwing an exception with current settings. Is ignoring the throw call.
parent
9e4c88262a
commit
7871e1619b
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue