Fix Setup() method of unit tests 86/279486/2
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 10 Aug 2022 06:48:31 +0000 (15:48 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Wed, 10 Aug 2022 06:56:01 +0000 (06:56 +0000)
commit9b37dbb4effec8fcc50dc5844e2d4c252224e1b0
tree44e9ed2f4a694fa082f0d0868c849f7ce6b65d00
parentfafb9c056db92557233d3d2e585977a0598013af
Fix Setup() method of unit tests

Calling EXPECT_CALL() of the send() is not needed.
The default behavior of the send() is defined in the constructor of
the SocketMock class.
This patch removes it from the Setup() method.

Change-Id: I9064e8d59d6a73e05c9c54bdaad41ecaeb3e73f7
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
test/unit_tests/test_comp_context.cc
test/unit_tests/test_comp_info.cc
test/unit_tests/test_launch_with_result.cc
test/unit_tests/test_pkginfo.cc
test/unit_tests/test_watchdog.cc