отображение машины и ползователя на вкладке тестирования.
This commit is contained in:
@@ -20,7 +20,7 @@ public class TestsDatabase extends SQLiteDatabase {
|
||||
public ConfigurationDBTable configurations;
|
||||
public TestDBTable tests;
|
||||
public GroupsDBTable groups;
|
||||
public DVMPackageDBTable dvm_packages;
|
||||
public DVMPackageDBTable dvmPackages;
|
||||
//--
|
||||
public SapforConfigurationDBTable sapforConfigurations;
|
||||
public SapforConfigurationCommandsDBTable sapforConfigurationCommands;
|
||||
@@ -34,7 +34,7 @@ public class TestsDatabase extends SQLiteDatabase {
|
||||
addTable(configurations = new ConfigurationDBTable());
|
||||
addTable(groups = new GroupsDBTable());
|
||||
addTable(tests = new TestDBTable());
|
||||
addTable(dvm_packages = new DVMPackageDBTable());
|
||||
addTable(dvmPackages = new DVMPackageDBTable());
|
||||
addTable(settings = new TSettingsDBTable());
|
||||
//-
|
||||
addTable(sapforConfigurations = new SapforConfigurationDBTable());
|
||||
|
||||
Reference in New Issue
Block a user