Improved test
This commit is contained in:
parent
89a6a7f404
commit
79a3550715
|
@ -211,9 +211,6 @@ public class MultiContextTest extends ContextTest {
|
||||||
List<Context> contexts = resourceRegistryPublisher.getAllContext();
|
List<Context> contexts = resourceRegistryPublisher.getAllContext();
|
||||||
logger.debug("{}", contexts);
|
logger.debug("{}", contexts);
|
||||||
|
|
||||||
contexts = resourceRegistryPublisher.getAllContext();
|
|
||||||
logger.debug("{}", contexts);
|
|
||||||
|
|
||||||
ContextCache contextCache = ContextCache.getInstance();
|
ContextCache contextCache = ContextCache.getInstance();
|
||||||
Map<UUID, String> uuidToContextFullName = contextCache.getUUIDToContextFullNameAssociation();
|
Map<UUID, String> uuidToContextFullName = contextCache.getUUIDToContextFullNameAssociation();
|
||||||
logger.debug("{}", uuidToContextFullName);
|
logger.debug("{}", uuidToContextFullName);
|
||||||
|
|
Loading…
Reference in New Issue