Авторство тестов из репозитория серверу и серверной почте. На будущее введем акк сервер
This commit is contained in:
2025-02-22 16:48:19 +03:00
parent c83cfd9eff
commit 2f4f841dcc
5 changed files with 19 additions and 14 deletions

View File

@@ -341,7 +341,7 @@ public class TestingServer extends RepositoryServer<TestsDatabase> {
return new Pair<>(object, groupFiles);
}
void RefreshDVMTests() throws Exception {
UserAccount account = (UserAccount) request.object;
UserAccount account = new UserAccount("server", Constants.MailAddress);
ServerSapfor serverSapfor = db.serverSapfors.getLastDoneVersion();
DownloadRepository downloadRepository = new DownloadRepository();
if (!downloadRepository.Do())