mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-15 16:49:20 -05:00
updated tests and also fixed a few bugs in using random initialisation routines
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-NewGRouterModel@7839 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e8f5f44318
commit
ac4f51623b
17 changed files with 95 additions and 91 deletions
|
|
@ -107,7 +107,7 @@ void init_item(RsGxsGrpMetaData* metaGrp)
|
|||
|
||||
metaGrp->mSubscribeFlags = rand()%2251;
|
||||
metaGrp->mPop = rand()%5262;
|
||||
metaGrp->mMsgCount = rand()%2421;
|
||||
metaGrp->mVisibleMsgCount = rand()%2421;
|
||||
metaGrp->mLastPost = rand()%2211;
|
||||
metaGrp->mReputationCutOff = rand()%5262;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue