no message
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
package _VisualDVM.Passes.All;
|
||||
import _VisualDVM.Current;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.Passes.PassCode;
|
||||
import _VisualDVM.Passes.Server.TestingSystemPass;
|
||||
@@ -34,7 +33,7 @@ public class ReplaceTestProject extends CreateTestFromProject {
|
||||
}
|
||||
@Override
|
||||
protected boolean initTarget() throws Exception {
|
||||
if (Global.testingServer.db.tests.getUI().Check(Log)) {
|
||||
if (Global.testingServer.db.tests.getUI().CheckCurrent(Log)) {
|
||||
target = Global.testingServer.db.tests.getUI().getCurrent();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user