Merged 5.1.0 (5.1.0) to HEAD (5.1)

122178 slanglois: Merged DEV/ACE-5111 to 5.1.0
      122171: ACE-5111 CMIS dictionary loading fails to resolve prefix for Smart Folders 


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@122265 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Samuel Langlois
2016-02-16 12:13:36 +00:00
parent 64f4679687
commit b931841074
20 changed files with 255 additions and 255 deletions

View File

@@ -209,11 +209,11 @@ public class ZeroReferenceParserTest extends AbstractReferenceParserTest
// testing parse for node protocol with an repository path and a string
// as resource and respectively String parameters
reference = new ZeroReferenceParser().parse("7:0029-222-333-444:0:/Foo/Bar:s:sf_smartFolder");
reference = new ZeroReferenceParser().parse("7:0029-222-333-444:0:/Foo/Bar:s:smf_smartFolder");
rr = new RepositoryResource(new RepositoryPath("/Foo/Bar"));
params = Arrays.<Parameter> asList(new ResourceParameter(rr),
new StringParameter("sf_smartFolder"));
new StringParameter("smf_smartFolder"));
assertEquals(reference,
new Reference(Encodings.ZERO.encoding,
Protocols.NODE.protocol,