перенос проходов в центральный модуль
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Utils.Utils_;
|
||||
import Common.Visual.UI_;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.Visual.UI;
|
||||
import _VisualDVM.Repository.Server.ServerCode;
|
||||
import _VisualDVM.Repository.Server.ServerExchangeUnit_2021;
|
||||
@@ -34,7 +35,7 @@ public abstract class PublishTests extends TestingSystemPass<Vector<Test>> {
|
||||
@Override
|
||||
protected void performFinish() throws Exception {
|
||||
super.performFinish();
|
||||
passes.get(PassCode.SynchronizeTests).Do();
|
||||
Global.mainModule.getPass(PassCode.SynchronizeTests).Do();
|
||||
}
|
||||
@Override
|
||||
protected void FocusResult() {
|
||||
@@ -55,7 +56,7 @@ public abstract class PublishTests extends TestingSystemPass<Vector<Test>> {
|
||||
return false;
|
||||
}
|
||||
//---
|
||||
Pass createTestPass = passes.get(getCreateTestCode());
|
||||
Pass createTestPass = Global.mainModule.getPass(getCreateTestCode());
|
||||
//---
|
||||
for (File file : files) {
|
||||
if (createTestPass.Do(file, group))
|
||||
|
||||
Reference in New Issue
Block a user