no message

This commit is contained in:
2024-10-16 22:13:47 +03:00
parent 592ef14909
commit 17c2644766
4 changed files with 7 additions and 7 deletions

View File

@@ -75,7 +75,7 @@ public class ArraysSet extends DataSet<Long, ProjectArray> {
}
}
@Override
public void CheckAll(boolean flag) {
public void SelectAll(boolean flag) {
Global.mainModule.getPass(PassCode.MassSelectArrays).Do(flag, new Vector(Global.mainModule.getProject().declaratedArrays.Data.values()));
}
}

View File

@@ -310,9 +310,9 @@ public class TestsDatabase extends SQLiteDatabase {
return false;
}
public void UnselectAllGTC() {
groups.CheckAll(false);
tests.CheckAll(false);
dvm_configurations.CheckAll(false);
groups.SelectAll(false);
tests.SelectAll(false);
dvm_configurations.SelectAll(false);
}
public void CheckTestsPackagesDependencies(Vector<Integer> testsIds, TextLog Log) {
//определить есть ли активные пакеты в которые входят упомянутые тесты