CKM: tests adjusted to tizenorg.
[platform/core/test/security-tests.git] / tests / ckm / ckm-common.h
index 3b0d514..8372653 100644 (file)
@@ -36,7 +36,7 @@ template <typename F, typename... Args>
 void assert_result(int expected, F&& func, Args... args)
 {
     int ret = func(args...);
-    RUNNER_ASSERT_MSG_BT(ret == expected, "Expected " << expected << " got: " << ret);
+    RUNNER_ASSERT_MSG(ret == expected, "Expected " << expected << " got: " << ret);
 }
 
 template <typename F, typename... Args>