no message

This commit is contained in:
2024-10-14 21:55:58 +03:00
parent 7f1d21a067
commit 1f6cc4a579
18 changed files with 129 additions and 124 deletions

View File

@@ -6,7 +6,6 @@ import _VisualDVM.Passes.PassCode;
import _VisualDVM.Passes.Server.TestingSystemPass;
import _VisualDVM.Repository.Server.ServerCode;
import _VisualDVM.Repository.Server.ServerExchangeUnit_2021;
import _VisualDVM.Visual.UI;
import java.io.File;
public class ConvertCorrectnessTests extends TestingSystemPass<File> {
@@ -45,7 +44,7 @@ public class ConvertCorrectnessTests extends TestingSystemPass<File> {
}
@Override
protected void showPreparation() throws Exception {
UI.testingBar.ShowAutoCheckTesting();
Global.mainModule.getUI().getTestingMenuBar().ShowAutoCheckTesting();
}
@Override
protected void ServerAction() throws Exception {