Update tests after wrt-commons path.
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>
Thu, 18 Jul 2013 13:01:56 +0000 (15:01 +0200)
committerMarcin Niesluchowski <m.niesluchow@samsung.com>
Thu, 23 Jan 2014 14:07:37 +0000 (15:07 +0100)
Wrt-commons supports RUNNER_IGNORE_MSG in child test now.

[Issue#]   N/A
[Bug]      N/A
[Problem]  N/A
[Solution] N/A

[Verification] Build & run.

Change-Id: I821e86e0057bc09ad2dca3441dc6871cbe0dcafd

tests/security-server-tests/security_server_tests_server.cpp

index a5c3da194442d7707cd7cab3ac07b8d8dee68333..030fae63b3f60e9936a6c18f41f04a5b69158955 100644 (file)
@@ -621,14 +621,7 @@ RUNNER_CHILD_TEST_SMACK(tc03_check_API_passwd_allow)
     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.");
 
@@ -743,14 +736,7 @@ RUNNER_CHILD_TEST_SMACK(tc05_check_API_middleware_allow)
     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.");