684685686687688689690691692693694
fail(ex); throw new RuntimeException(ex); } try { tmpservant = defaultPOA.id_to_servant(id1); } catch (WrongPolicy ex) { fail(ex); throw new RuntimeException(ex);
699700701702703704705706707708709
throw new RuntimeException(ex); } TEST(servant1 == tmpservant); try { tmpservant = defaultPOA.id_to_servant(id2); } catch (WrongPolicy ex) { fail(ex); throw new RuntimeException(ex);