Исправление ключей у тестирования двм системы.
This commit is contained in:
@@ -152,9 +152,9 @@ public class TestRunTasksDBTable extends DBTable<Long, TestRunTask> {
|
||||
case 9:
|
||||
return object.matrix;
|
||||
case 10:
|
||||
return TestRunTaskInterface.getEnvironments(object);
|
||||
return object.getEnvironments();
|
||||
case 11:
|
||||
return TestRunTaskInterface.getUsrPar(object);
|
||||
return object.getUsrPar();
|
||||
case 12:
|
||||
return object.Time;
|
||||
case 13:
|
||||
|
||||
Reference in New Issue
Block a user