чистка лишних импортов.и фикс бага с сохранением тестов
This commit is contained in:
@@ -33,7 +33,7 @@ public class CreateTestFromFile extends Pass<Test> {
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
testFile = null;
|
||||
file = (File) args[0];
|
||||
file = (File) args[0];
|
||||
group = (Group) args[1];
|
||||
//--
|
||||
if (Utils_.ContainsCyrillic(file.getName()) || Utils_.ContainsForbiddenName(file.getName())) {
|
||||
|
||||
Reference in New Issue
Block a user