IScope room5 = ScopeUtils.resolveScope(appScope, "/junit/room1/room4/room5");
log.debug("Room 5 scope: {}", room5);
// test section for issue #259
// a little pre-setup is needed first
IClientRegistry reg = context.getClientRegistry();
IClient client = reg.newClient(null);
TestConnection conn = new TestConnection(host, appPath, client.getId());
conn.initialize(client);
Red5.setConnectionLocal(conn);
assertTrue(conn.connect(room5));
// their code
IScope scope = Red5.getConnectionLocal().getScope();