@Override
protected Map<String, String> getNamespaceMap() {
return Collections.singletonMap("jr", "http://jackrabbit.apache.org");
}
};
NamePathMapper npMapper = new NamePathMapperImpl(nameMapper);
// map of jcr-path to standard jcr-path
Map<String, String> paths = new HashMap<String, String>();
paths.put(null, null);
paths.put(getTestPath(), getTestPath());