unittest: pass_gtest: Fix thermal monitor dbus path 84/223784/2
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 4 Feb 2020 02:28:57 +0000 (11:28 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 4 Feb 2020 03:38:47 +0000 (12:38 +0900)
commitd402dceab5184623a6bed7478d84df337c94c8d9
tree5928536bb2e5c84b5b16740843009bfa077a4841
parentfa31d0875f91366ff6ffc9d35905132d58cdc8c3
unittest: pass_gtest: Fix thermal monitor dbus path

The commit a33200bbbe14 ("pass: Change DBUS interface of thermal monitor")
changed the Thermal Monitor dbus path/interface as following:
In order to support the unittest of Thermal Monitor, fix the thermal monitor
dbus path.

[Before]
DBUS_THERMAL_INTERFACE "org.tizen.system.pass.monitor.thermal"
DBUS_THERMAL_PATH      "/Org/Tizen/System/Pass/Monitor/Thermal"
[After]
DBUS_THERMAL_INTERFACE "org.tizen.system.thermal"
DBUS_THERMAL_PATH      "/Org/Tizen/System/Thermal"

Change-Id: I6adb48a167bd72b91ba495d099bfa32071ba2b5f
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
unittest/pass_gtest.cpp