окончательное разделение таблицы и функционала видимой ее формы
This commit is contained in:
@@ -310,9 +310,9 @@ public class TestsDatabase extends SQLiteDatabase {
|
||||
return false;
|
||||
}
|
||||
public void UnselectAllGTC() {
|
||||
groups.SelectAll(false);
|
||||
tests.SelectAll(false);
|
||||
dvm_configurations.SelectAll(false);
|
||||
groups.getUI().SelectAll(false);
|
||||
tests.getUI().SelectAll(false);
|
||||
dvm_configurations.getUI().SelectAll(false);
|
||||
}
|
||||
public void CheckTestsPackagesDependencies(Vector<Integer> testsIds, TextLog Log) {
|
||||
//определить есть ли активные пакеты в которые входят упомянутые тесты
|
||||
|
||||
Reference in New Issue
Block a user