testPrincipal = new Principal() {
public String getName() {
return "TestPrincipal";
}
};
ValueFactory valueFactory = new ValueFactoryImpl(root.getBlobFactory(), namePathMapper);
globValue = valueFactory.createValue("*");
nameValue = valueFactory.createValue("nt:file", PropertyType.NAME);
nameValues = new Value[] {
valueFactory.createValue("nt:folder", PropertyType.NAME),
valueFactory.createValue("nt:file", PropertyType.NAME)
};
}