no message

This commit is contained in:
2024-10-07 14:22:52 +03:00
parent 6b1576461d
commit 61fc37b574
173 changed files with 960 additions and 1526 deletions

View File

@@ -1,4 +1,5 @@
package TestingSystem.SAPFOR;
import Common.CommonConstants;
import Common.Utils.CommonUtils;
import Common_old.Constants;
import Common_old.Current;
@@ -225,8 +226,8 @@ public class SapforTestingPlanner extends TestingPlanner<SapforPackage> {
getServerSapforForCompilation();
if (sapfor != null) {
//---
max_version = Constants.Nan;
current_version = Constants.Nan;
max_version = CommonConstants.Nan;
current_version = CommonConstants.Nan;
//--
SyncronizeRepository();
max_version = (int) ServerCommand(ServerCode.GetMaxSapforVersion);
@@ -271,7 +272,7 @@ public class SapforTestingPlanner extends TestingPlanner<SapforPackage> {
}
}
void EmailSapforAssembly(int version, boolean done, File out, File err) throws Exception {
String version_s = (version == Constants.Nan) ? "?" : String.valueOf(version);
String version_s = (version == CommonConstants.Nan) ? "?" : String.valueOf(version);
String status = done ? "Успешно" : "С ошибками";
//-
EmailMessage message = new EmailMessage(