построение дерева версий результатов тестирования(еще с багами), и фикс мелкого бага

This commit is contained in:
2023-10-06 22:51:09 +03:00
parent 8f5945e560
commit 2eadbbd3fa
16 changed files with 227 additions and 37 deletions

View File

@@ -313,6 +313,8 @@ public enum PassCode_2021 {
switch (this) {
case Undefined:
return "?";
case DeleteSapforScenario:
return "Удалить сценарий SAPFOR";
case DeleteServerSapfor:
return "Удалить версию SAPFOR";
case StartSapforTestsOnServer: