236237238239240241242243244245246
// remove and check behavior of updates s1.remove(); try { s2.reload(); assertTrue(false); } catch (MException e) { System.out.println(e); }