7071727374757677787980
status = 1; } if(orb != null) { try { orb.destroy(); } catch(Exception ex) { ex.printStackTrace(); status = 1; } }
8586878889909192939495
179180181182183184185186187188189
// Run the test // run(orb, root); if (orb != null) orb.destroy(); } public void test(TestHarness a_harness) { harness = a_harness;
200201202203204205206207
orb.run(); File file = new File(refFile); file.delete(); orb.destroy(); } }
320321322323324325326327328329330
// mTestDeactivateBlocking(orb, root); mTestDeactivateThreaded(orb, root); if (orb != null) orb.destroy(); } public void test(TestHarness a_harness) { harness = a_harness;
344345346347348349350351352353354
uTestDestroyBlocking(orb, root); uTestDestroyThreaded(orb, root); if (orb != null) orb.destroy(); } public void test(TestHarness a_harness) { harness = a_harness;
221222223224225226227228229230231
// run(orb, root); if (orb != null) { orb.destroy(); } } public void test(TestHarness a_harness) {
231232233234235236237238239240241
try { if (server_orb != null) server_orb.destroy(); if (client_orb != null) client_orb.destroy(); } catch (Throwable t) { // Failed to destroy. harness.fail("Unable to destroy the ORBs: "+t);
675676677678679680681682683684685
run(orb, root); if (orb != null) { orb.destroy(); } } public void test(TestHarness a_harness) {