registerWidgetSecuritySettings - nested transaction removal. New widget dao testcase
authorTomasz Iwanek <t.iwanek@samsung.com>
Mon, 17 Dec 2012 14:28:30 +0000 (15:28 +0100)
committerGerrit Code Review <gerrit2@kim11>
Wed, 19 Dec 2012 13:26:57 +0000 (22:26 +0900)
commit1905f3046baa40712d6521e4541b07e44538ea89
tree35e933e40cd76c11e38e7caebf4b3e23c200635e
parent9a3adb8375acfbba0398243644a61d0dce2a8c7a
registerWidgetSecuritySettings - nested transaction removal. New widget dao testcase

[Issue#]       LINUXNGWAP-592
[Bug]          Not neccessary nested transaction
[Cause]        Not neccessary nested transaction
[Solution]     Remove it. Add testcase: widget_dao_test_register_widget_security_settings to widget_dao
[Verification] Build repository. Run new test: wrt-tests-dao --output=text --regexp="widget_dao" (21 - all should pass, including new one)

Change-Id: I40b5b6ed739809697706ed152b05df5d4a5c7f3f
modules/widget_dao/dao/widget_dao.cpp
tests/dao/TestCases_WidgetDAO.cpp