Updating test macros (DPL enhancement - line printing in case of error)
authorPawel Broda <p.broda@partner.samsung.com>
Tue, 7 Jan 2014 13:56:20 +0000 (14:56 +0100)
committerMarcin Niesluchowski <m.niesluchow@samsung.com>
Thu, 23 Jan 2014 14:21:37 +0000 (15:21 +0100)
commit5392563b935d6326b804edb30acf7361fbfc0a7e
treedef08c9796969e99ac99eff124220f6b328d513d
parentcd5d2d11c7566b4062417b7e252cff6f3b8c9f50
Updating test macros (DPL enhancement - line printing in case of error)

[Issue#]        SSDWSSP-710
[Feature]       Provides backtrace in case of test failure.
[Cause]         Old macros (RUNNER_ASSERT & RUNNER_ASSERT_MSG) did not
                provide backtrace in case of test failure.
[Solution]      Replacing old macros with the new ones providing bactrace.
[Verification]  Run tests on the target.

Change-Id: I5c553c8b254c1bf268b7a604c1f6dc833b1f1075
24 files changed:
tests/common/access_provider.cpp
tests/common/dbus_access.cpp
tests/common/gdbbacktrace.cpp
tests/common/smack_access.cpp
tests/common/tests_common.cpp
tests/common/tests_common.h
tests/libprivilege-control-tests/common/db.cpp
tests/libprivilege-control-tests/common/db_sqlite.cpp
tests/libprivilege-control-tests/libprivilege-control_test_common.cpp
tests/libprivilege-control-tests/test_cases.cpp
tests/libprivilege-control-tests/test_cases_incorrect_params.cpp
tests/libprivilege-control-tests/test_cases_nosmack.cpp
tests/libprivilege-control-tests/test_cases_stress.cpp
tests/libsmack-tests/test_cases.cpp
tests/security-server-tests/common/security_server_tests_common.cpp
tests/security-server-tests/cookie_api.cpp
tests/security-server-tests/security_server_measurer_API_speed.cpp
tests/security-server-tests/security_server_tests_client_smack.cpp
tests/security-server-tests/security_server_tests_dbus.cpp
tests/security-server-tests/security_server_tests_open_for.cpp
tests/security-server-tests/security_server_tests_password.cpp
tests/security-server-tests/security_server_tests_stress.cpp
tests/security-server-tests/server.cpp
tests/security-server-tests/weird_arguments.cpp