162163164165166167168169170171172
try { latches[1].await(); assertNotNull("Second invocation not null", dictionaries[1]); } finally { configAdmin.removeConfiguration(ConfiguredService.SERVICE_PID); configAdmin.removeListener(listener); } } @Test @SuppressWarnings("unchecked")