- reviving nxs tests for gtest framework

- removed double update bug thunder found

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7275 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2014-04-13 21:52:53 +00:00
parent 5be7910cf5
commit e916299ceb
12 changed files with 629 additions and 477 deletions

View file

@ -748,11 +748,6 @@ bool p3IdService::updateGroup(uint32_t& token, RsGxsIdGroup &group)
RsGenExchange::updateGroup(token, item);
RsGxsGroupUpdateMeta updateMeta(RsGxsGroupId(id.toStdString()));
RsGenExchange::updateGroup(token, item);
// if its in the cache - clear it.
{
RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/