Browse Source

Test: PityTest - framework/utils cpt idents have no id / moved group to Perspective

LIB-11
heck 4 years ago
parent
commit
c177dc00ce
  1. 2
      test/framework/utils.cc
  2. 7
      test/framework/utils.hh

2
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;

7
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<std::string> members;
};
// helpers
pEpIdent createOwnIdent(const std::string &address);
pEpIdent createCptIdent(const std::string &address);

Loading…
Cancel
Save