From 34504f9992c2c7f61c915e8b510ba22dfe6c5371 Mon Sep 17 00:00:00 2001 From: 02090095 Date: Sat, 2 Mar 2024 01:44:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0=20=D0=B2=20=D1=82=D0=B5?= =?UTF-8?q?=D1=81=D1=82=D0=B5=20=D0=BD=D0=B0=20=D1=82=D0=B5=D0=BA=D1=83?= =?UTF-8?q?=D1=89=D0=B8=D0=B9.?= 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 +- .../Common/Test/TestsMenuBar.java | 1 + src/TestingSystem/Common/TestingServer.java | 16 +++++++ .../Passes/All/CreateTestFromDirectory.java | 17 +++++--- .../Passes/All/ReplaceTestProject.java | 43 +++++++++++++++++++ src/Visual_DVM_2021/Passes/PassCode_2021.java | 5 ++- 7 files changed, 83 insertions(+), 11 deletions(-) create mode 100644 src/Visual_DVM_2021/Passes/All/ReplaceTestProject.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 46816811..9b4e1304 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,9 +7,13 @@ + - - + + + + +