no message
This commit is contained in:
@@ -35,19 +35,19 @@ public abstract class ShowCurrentConfigurationTests<C extends Configuration> ext
|
||||
@Override
|
||||
protected void showDone() throws Exception {
|
||||
ConfigurationCache cache = (ConfigurationCache) VisualCaches.GetCache(target);
|
||||
Vector<Group> groups = cache.getGroups();
|
||||
Vector<Group> groups = cache.getGroups();
|
||||
Vector<Test> tests = cache.getTests();
|
||||
//-----
|
||||
//--
|
||||
for (Group group: groups)
|
||||
for (Group group : groups)
|
||||
group.Select(true);
|
||||
for (Test test: tests)
|
||||
for (Test test : tests)
|
||||
test.Select(true);
|
||||
//--
|
||||
if (!groups.isEmpty()){
|
||||
if (!groups.isEmpty()) {
|
||||
Global.testingServer.db.groups.ShowUI(groups.lastElement().id);
|
||||
}
|
||||
if (!tests.isEmpty()){
|
||||
if (!tests.isEmpty()) {
|
||||
Global.testingServer.db.tests.ShowUI(tests.lastElement().id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user