запись результатов тестирования в бд
This commit is contained in:
@@ -55,7 +55,6 @@ public class PerformSapforTask extends Pass_2021<SapforTask> {
|
||||
parentTask = Paths.get(Global.Home, sapforConfiguration_json.id, target.test_description).toFile();
|
||||
task = null;
|
||||
//--->>
|
||||
target.root = parentTask.getAbsolutePath();
|
||||
return true;
|
||||
}
|
||||
protected static boolean checkLines(Vector<String> lines) {
|
||||
@@ -342,7 +341,10 @@ public class PerformSapforTask extends Pass_2021<SapforTask> {
|
||||
//-------------------------------------------------->>
|
||||
@Override
|
||||
protected void body() throws Exception {
|
||||
target.versions.add(new SapforVersion_json(target.root, "исходная"));
|
||||
target.versions.add(new SapforVersion_json(
|
||||
Paths.get(Global.Home,
|
||||
sapforConfiguration_json.id,
|
||||
target.test_description).toFile().getAbsolutePath(), "исходная"));
|
||||
for (PassCode_2021 code : sapforConfiguration_json.codes) {
|
||||
if (parse()) {
|
||||
if (code.equals(PassCode_2021.CreateParallelVariants))
|
||||
|
||||
Reference in New Issue
Block a user