//now copy /db/securityTest2/src to /db/securityTest2/parentCollection/src
//as "user3:guest", it should have it's group set to the primary group of "user3" i.e. 'guest'
//as the collection is NOT setGid and it should NOT have it's setGid bit set
test = DatabaseManager.getCollection(baseUri + "/db/securityTest2", "test3", "test3");
cms = (CollectionManagementServiceImpl)test.getService("CollectionManagementService", "1.0");
cms.copy("src", "/db/securityTest2/parentCollection", "src");
parentCollection = DatabaseManager.getCollection(baseUri + "/db/securityTest2/parentCollection", "test3", "test3");
ums = (UserManagementService)parentCollection.getService("UserManagementService", "1.0");
srcCollection = test.getChildCollection("src");
final Collection destCollection = parentCollection.getChildCollection("src");