169170171172173174175176177178179
Bundle b = findBundle("org.apache.aries.blueprint.sample"); assertNotNull(b); b.stop(); assertTrue("The destroy method was called", dt.waitForDestruction(1000)); Exception e = dt.getDestroyFailure(); if (e != null) throw e; }
184185186187188189190191192193194