mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-21 04:18:23 -04:00
fixed more tests. Added checking for initialized partials and download directories in RsDiscSpace
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6043 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8720ab968e
commit
3b678beca9
7 changed files with 50 additions and 38 deletions
|
@ -38,6 +38,10 @@ class TestUtils
|
|||
return true ;
|
||||
}
|
||||
|
||||
static std::string createRandomFileHash()
|
||||
{
|
||||
return t_RsGenericIdType<20>::random().toStdString(false);
|
||||
}
|
||||
static std::string createRandomSSLId()
|
||||
{
|
||||
return t_RsGenericIdType<16>::random().toStdString(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue