no message
This commit is contained in:
@@ -447,7 +447,7 @@ public class Constants {
|
||||
//</editor-fold>
|
||||
};
|
||||
public static Vector<String> admins_mails = new Vector_<>(
|
||||
"vmk-post@yandex.ru"
|
||||
// "79854210702@ya.ru"
|
||||
"vmk-post@yandex.ru",
|
||||
"79854210702@ya.ru"
|
||||
);
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@ public class Visualiser extends Component {
|
||||
//http://www.seostella.com/ru/article/2012/02/05/formatirovanie-daty-v-java.html
|
||||
@Override
|
||||
public void GetVersionInfo() {
|
||||
version = 1115;
|
||||
version = 1116;
|
||||
String pattern = "MMM dd yyyy HH:mm:ss";
|
||||
DateFormat df = new SimpleDateFormat(pattern, Locale.ENGLISH);
|
||||
date_text = df.format(getClassBuildTime());
|
||||
|
||||
@@ -147,7 +147,7 @@ public abstract class TestingPlanner<P extends TestingPackage> extends Repositor
|
||||
//--
|
||||
InitSessionCredentials();
|
||||
if (testingPackage.state.equals(TasksPackageState.Analysis)) {
|
||||
AnalyseResults(); //todo ввести состояние DoneWithErrors
|
||||
AnalyseResults();
|
||||
} else {
|
||||
try {
|
||||
if (Connect()) {
|
||||
|
||||
Reference in New Issue
Block a user