summaryrefslogtreecommitdiff
path: root/src/test/DBusClientIdTest.cpp
diff options
context:
space:
mode:
authorLutz Bichler <Lutz.Bichler@bmw.de>2020-10-27 10:00:57 +0100
committerLutz Bichler <Lutz.Bichler@bmw.de>2020-10-27 10:00:57 +0100
commitd1610ad0d6f1b6751964af41a0cc1599e2d7a955 (patch)
tree2144ae231a4ca372f497605d5b4779d2e11c2888 /src/test/DBusClientIdTest.cpp
parent9f85f0f18d9ca436fb618769149ee02e78fd283b (diff)
downloadgenivi-common-api-dbus-runtime-master.tar.gz
capicxx-dbus-runtime 3.2.0HEAD3.2.0master
Diffstat (limited to 'src/test/DBusClientIdTest.cpp')
-rw-r--r--src/test/DBusClientIdTest.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/test/DBusClientIdTest.cpp b/src/test/DBusClientIdTest.cpp
index d94a4aa..a94a2af 100644
--- a/src/test/DBusClientIdTest.cpp
+++ b/src/test/DBusClientIdTest.cpp
@@ -36,7 +36,12 @@ public:
std::size_t hashCode() {
return 0;
}
-
+ CommonAPI::uid_t getUid() const {
+ return 0;
+ }
+ CommonAPI::gid_t getGid() const {
+ return 0;
+ }
};
TEST_F(DBusClientIdTest, TestClientIdImplementation) {