Unit tests various fixes
authorPiotr Bartosiewicz <p.bartosiewi@partner.samsung.com>
Wed, 9 Apr 2014 13:19:19 +0000 (15:19 +0200)
committerJan Olszak <j.olszak@samsung.com>
Mon, 19 May 2014 11:47:15 +0000 (13:47 +0200)
commit37ab2cb2bef2431b25732804480b0ec8079a602c
tree272bf9fa52ff965a9646fe24cbc893cd50344741
parentcd2e72572504c305d87167c438b01802001e24c6
Unit tests various fixes

[Bug/Feature]   N/A
[Cause]         1) Throwing exception from thread cause unit tests
                   termination.
                2) Dbus daemon can leave its socket after termination.
                3) Lambda had access to freed variables.
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: I3e1959098cb7c53498f44b862fcb812daf88ada2
common/utils/file-wait.cpp
common/utils/fs.cpp
common/utils/fs.hpp
server/configs/CMakeLists.txt
unit_tests/dbus/test-server.cpp
unit_tests/dbus/ut-connection.cpp
unit_tests/server/ut-server.cpp