Устранены пропущенные уязвимости в некоторых проходах
v++
This commit is contained in:
2025-02-22 16:10:21 +03:00
parent f7973e0991
commit c83cfd9eff
9 changed files with 24 additions and 23 deletions

View File

@@ -33,7 +33,8 @@ public class MainModule extends MainModule_<GlobalDatabase, MainUI> {
PassCode.StartTestingServer,
PassCode.PublishTestingServer,
PassCode.CreateTestsGroupFromSelectedVersions,
PassCode.RefreshDVMPackageResults
PassCode.RefreshDVMPackageResults,
PassCode.ConvertCorrectnessTests
);
public MainModule() throws Exception {
super(GlobalDatabase.class, MainUI.class);