8081828384858687888990
root.commit(); TreePermission tp = getTreePermission("/test"); assertFalse(tp.canReadProperties()); assertTrue(tp.canRead()); assertFalse(tp.canReadProperties()); } @Test public void testCanReadProperties2() throws Exception {
101102103104105106107108109
root.commit(); TreePermission tp = getTreePermission("/test"); assertFalse(tp.canReadProperties()); assertTrue(tp.canRead()); assertFalse(tp.canReadProperties()); } }