промежуточный. перенос вкладок
This commit is contained in:
@@ -31,6 +31,9 @@ public class SynchronizeTests extends TestingSystemPass<Object> {
|
||||
@Override
|
||||
protected void showPreparation() throws Exception {
|
||||
server.db.SaveLastSelections();
|
||||
//--
|
||||
// server.db.machines _testing_system
|
||||
//--
|
||||
server.db.configurations.ClearUI();
|
||||
server.db.groups.ClearUI();
|
||||
server.db.sapforConfigurations.ClearUI();
|
||||
@@ -56,13 +59,14 @@ public class SynchronizeTests extends TestingSystemPass<Object> {
|
||||
@Override
|
||||
protected void showDone() throws Exception {
|
||||
if (UI.HasMainWindow()) {
|
||||
//server.db.machines
|
||||
server.db.configurations.ShowUI();
|
||||
server.db.groups.ShowUI();
|
||||
server.db.sapforConfigurations.ShowUI();
|
||||
server.db.serverSapfors.ShowUI();
|
||||
server.db.dvmPackages.ShowUI();
|
||||
server.db.sapforPackages.ShowUI();
|
||||
server.db.RestoreLastSelections();
|
||||
server.db.RestoreLastSelections(); //---- ? объединить с RestoreCredentials
|
||||
UI.getMainWindow().ShowCheckedTestsCount();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user