рефакторинг создания группы тестов из папки.попутно найден внесенный обновлением настроек баг.

This commit is contained in:
2025-02-04 20:24:58 +03:00
parent e1fc740321
commit 7212dd7d31
7 changed files with 17 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ public class CreateTestsFromFiles extends PublishTests {
Log.Writeln_("Не выбрано ни одного файла.");
return false;
}
Global.mainModule.getPass(PassCode.UpdateProperty).Do("ProjectsSearchDirectory", fileChooser.getCurrentDirectory());
Global.mainModule.getPass(PassCode.UpdateProperty).Do("ProjectsSearchDirectory", fileChooser.getCurrentDirectory().getAbsolutePath());
return super.canStart(files, Global.testingServer.db.groups.getUI().getCurrent());
}
return false;