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:
csoler 2012-12-27 10:23:38 +00:00
parent 8720ab968e
commit 3b678beca9
7 changed files with 50 additions and 38 deletions

View file

@ -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);