Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-03 | JANITORIAL: Fix include statements | Eugene Sandulenko | |
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |
2016-08-24 | TESTBED: Fix a few Cloud warnings | Alexander Tkachev | |
2016-08-24 | TESTBED: Fix CloudTests | Alexander Tkachev | |
Now work with all available Storages. | |||
2016-08-24 | TESTBED: Add CloudTests::testSavesSync() | Alexander Tkachev | |
2016-08-24 | TESTBED: Add CloudTests::testFolderDownloading() | Alexander Tkachev | |
2016-08-24 | TESTBED: Add CloudTests::testDownloading() | Alexander Tkachev | |
2016-08-24 | TESTBED: Add CloudTests::testUploading() | Alexander Tkachev | |
2016-08-24 | TESTBED: Fix CloudTests to ask users whether to wait | Alexander Tkachev | |
Callbacks might be slow (like in SyncSaves), but they also could hang forever, so users now are being asked whether they want to wait or to skip the test. | |||
2016-08-24 | TESTBED: Add first Cloud tests | Alexander Tkachev | |
Adding tests for: * Storage::info(); * Storage::listDirectory(); * Storage::createDirectory(). |