Description
While converting from JCR path to Oak path the trailing slashes are not removed for simple paths. They are removed for complex path
assertEquals("/oak-foo:bar/oak-quu:qux",npMapper.getOakPath("/foo:bar/quu:qux/")); assertEquals("/a/b/c",npMapper.getOakPath("/a/b/c/")); }
Of the two cases above the first one passes while the second one fails