чистка лишних импортов.и фикс бага с сохранением тестов

This commit is contained in:
2025-03-23 14:28:20 +03:00
parent 811acba5a7
commit b763c2c266
69 changed files with 134 additions and 246 deletions

View File

@@ -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())) {