From c177dc00ce11b3517779227e54dda88b84aa163f Mon Sep 17 00:00:00 2001 From: heck Date: Sun, 11 Jul 2021 01:45:20 +0200 Subject: [PATCH] Test: PityTest - framework/utils cpt idents have no id / moved group to Perspective --- test/framework/utils.cc | 2 +- test/framework/utils.hh | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/test/framework/utils.cc b/test/framework/utils.cc index 50707d1..a33eb28 100644 --- a/test/framework/utils.cc +++ b/test/framework/utils.cc @@ -125,7 +125,7 @@ namespace pEp { ident = ::new_identity( strdup(address.c_str()), "", - "23", + "", ("partner " + address).c_str()); ident->me = false; diff --git a/test/framework/utils.hh b/test/framework/utils.hh index 1cfed73..aa7c4b3 100644 --- a/test/framework/utils.hh +++ b/test/framework/utils.hh @@ -106,13 +106,6 @@ namespace pEp { pEpMessage dup(const ::message *const msg); pEpMessage kill(::message *const msg); - // Group - struct Group { - std::string name; - std::string moderator; - std::vector members; - }; - // helpers pEpIdent createOwnIdent(const std::string &address); pEpIdent createCptIdent(const std::string &address);