Замена проекта в тесте на текущий.

This commit is contained in:
2024-03-02 01:44:03 +03:00
parent c34728f65d
commit 34504f9992
7 changed files with 83 additions and 11 deletions

View File

@@ -77,5 +77,7 @@ public enum ServerCode {
DownloadDVMPackage,
DownloadDVMPackages,
DownloadSapforPackage,
InstallServerSapfor;
InstallServerSapfor,
ReplaceTestCode
;
}