log.debug("Application / web scope: {}", appScope);
assertTrue(appScope.getDepth() == 1);
}
String soName = "foo";
IScope room1 = ScopeUtils.resolveScope(appScope, "/junit/room1");
room1.removeChildren();
log.debug("Child exists: {}", room1.hasChildScope(soName));
log.debug("testRemoveSO-end");
}