TestConstants.TEST_COLLECTION_URI3);
assertNotNull(childCol);
perms = childCol.getPermissions();
// collection only accessible to user
perms.setMode(0700);
broker.saveCollection(transaction, childCol);
info = childCol.validateXMLResource(transaction, broker,
XmldbURI.create("document.xml"), DATA);
assertNotNull(info);
childCol.store(transaction, broker, info, DATA, false);