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

@@ -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) {
//определить есть ли активные пакеты в которые входят упомянутые тесты