no message
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user