no message

This commit is contained in:
2023-10-10 16:53:29 +03:00
parent 94e77b4607
commit c05eb12737
11 changed files with 55 additions and 40 deletions

View File

@@ -35,7 +35,7 @@ public class SynchronizeTestsTasks extends TestingSystemPass<Vector<Integer>> {
@Override
protected void showPreparation() throws Exception {
server.account_db.packages.ClearUI();
// server.account_db.sapforTasksPackages.ClearUI();
server.account_db.sapforTasksPackages.ClearUI();
}
@Override
protected void ServerAction() throws Exception {
@@ -63,7 +63,7 @@ public class SynchronizeTestsTasks extends TestingSystemPass<Vector<Integer>> {
@Override
protected void showDone() throws Exception {
server.account_db.packages.ShowUI();
// server.account_db.sapforTasksPackages.ShowUI();
server.account_db.sapforTasksPackages.ShowUI();
if (!TestingServer.checkTasks) UI.getMainWindow().getTestingWindow().ShowAutoActualizeTestsState();
}
}