RUNNER_ASSERT_MSG(ret == SECURITY_SERVER_API_SUCCESS, "ret: " << ret);
}
-/*
- * Fix This!
- *
- * Should be run as RUNNER_CHILD_TEST but get 'unhandled exeception'
- * when RUNNER_IGNORED_MSG.
- *
- */
-RUNNER_TEST(tc04_check_API_passwd_denied)
+RUNNER_CHILD_TEST(tc04_check_API_passwd_denied)
{
RUNNER_IGNORED_MSG("SS API label checking not enabled yet.");
RUNNER_ASSERT_MSG(ret == SECURITY_SERVER_API_SUCCESS, "ret: " << ret);
}
-/*
- * Fix This!
- *
- * Should be run as RUNNER_CHILD_TEST but get 'unhandled exeception'
- * when RUNNER_IGNORED_MSG.
- *
- */
-RUNNER_TEST(tc06_check_API_middleware_denied)
+RUNNER_CHILD_TEST(tc06_check_API_middleware_denied)
{
RUNNER_IGNORED_MSG("SS API label checking not enabled yet.");