Upload manager changes
This commit is contained in:
@@ -48,7 +48,8 @@ namespace UnitTests
|
||||
Assert::AreEqual(version.c_str(), TEST_SERVER_VERSION); // Connectivity test
|
||||
|
||||
CUploadManager uploadManager(siaCurl, &driveConfig);
|
||||
uploadManager.AddOrUpdate(L"/test1/test.txt", L"./test1/test.txt");
|
||||
uploadManager.AddOrUpdate(L"/test1/test.rtf", L"./TestCacheFolder/test1/test.rtf");
|
||||
Sleep(-1);
|
||||
}
|
||||
catch (SQLite::Exception e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user