From f52139a8b5838112c1249aae2e5db72c832f71df Mon Sep 17 00:00:00 2001 From: 02090095 Date: Sat, 18 Nov 2023 02:25:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=BE=D1=81=D1=81=D1=82=D0=B0=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D1=81?= =?UTF-8?q?=D0=B0=D0=BF=D1=84=D0=BE=D1=80=20=D1=81=20=D0=B8=D0=BD=D0=BA?= =?UTF-8?q?=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D1=82=D0=BD=D1=8B=D0=BC=D0=B8=20?= =?UTF-8?q?=D0=BA=D0=BB=D1=8E=D1=87=D0=B0=D0=BC=D0=B8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 8 ++ src/Repository/Server/ServerCode.java | 4 +- src/TestingSystem/Common/TestingServer.java | 52 +++++++++++- .../SapforTasksPackage/SapforPackageData.java | 17 ++++ .../SapforTasksPackage.java | 9 +-- .../SapforTasksPackagesDBTable.java | 2 +- .../SapforTasksPackageSupervisor.java | 74 +++-------------- .../Passes/All/StartSapforTests.java | 80 ++++++------------- .../Server/PublishServerAccountObject.java | 21 +++++ 9 files changed, 140 insertions(+), 127 deletions(-) create mode 100644 src/TestingSystem/SAPFOR/SapforTasksPackage/SapforPackageData.java create mode 100644 src/Visual_DVM_2021/Passes/Server/PublishServerAccountObject.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 183da4ce..8e36eb37 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,7 +7,15 @@ + + + + + + + +