Rearrange tests for cookies
authorPawel Polawski <p.polawski@partner.samsung.com>
Wed, 9 Oct 2013 10:08:18 +0000 (12:08 +0200)
committerMarcin Niesluchowski <m.niesluchow@samsung.com>
Thu, 23 Jan 2014 14:19:10 +0000 (15:19 +0100)
commitbd59bbeb132ce494a1682cd9970c21798a51dc07
treecb254eb1c26a1c04d054553bbe9d756f9f6a3366
parent83f471e2f892ed393b686aab6d4eadc5b60b46e9
Rearrange tests for cookies

[Issue#]        SSDWSSP-493
[Bug/Feature]   Put SS cookie api tests together
[Cause]         Tests are scattered in to many files
[Solution]      All cookie api tests are now together
[Verification]  Compile, run tests. 3 of them should fail due to
                disabled full SMACK protection of SS API.
                New tests are included in security-server-server.
                To run them use "security-tests.sh ss-server
                --output=text"

Change-Id: I845fa0e1669914eb34c91600799b8defc2da0368
tests/common/tests_common.cpp
tests/common/tests_common.h
tests/libsmack-tests/test_cases.cpp
tests/security-server-tests/CMakeLists.txt
tests/security-server-tests/security_server_tests_client_smack.cpp
tests/security-server-tests/security_server_tests_cookie_api.cpp [new file with mode: 0644]
tests/security-server-tests/security_server_tests_server.cpp
tests/security-tests.sh