no message
This commit is contained in:
@@ -21,7 +21,7 @@ public abstract class ShowCurrentConfigurationTests<C extends Configuration> ext
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
target = null;
|
||||
if (Global.testingServer.db.getTable(currentClass()).getUI().Check(Log)) {
|
||||
if (Global.testingServer.db.getTable(currentClass()).getUI().CheckCurrent(Log)) {
|
||||
target = (C) (Global.testingServer.db.getTable(currentClass()).getUI().getCurrent());
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user