1
0

Upload manager changes

This commit is contained in:
Scott E. Graves
2017-02-23 00:55:18 -06:00
parent 543854ca27
commit e0ec942781
9 changed files with 144 additions and 25 deletions

View File

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