Author: cziegeler
Date: Wed Feb 26 06:52:42 2014
New Revision: 1571935
URL: http://svn.apache.org/r1571935
Log:
SLING-3417 : Search paths must end with a slash
Modified:
sling/trunk/testing/resourceresolver-mock/src/main/java/org/apache/sling/testing/resourceresolver/MockResourceResolverFactoryOptions.java
Modified:
sling/trunk/testing/resourceresolver-mock/src/main/java/org/apache/sling/testing/resourceresolver/MockResourceResolverFactoryOptions.java
URL:
http://svn.apache.org/viewvc/sling/trunk/testing/resourceresolver-mock/src/main/java/org/apache/sling/testing/resourceresolver/MockResourceResolverFactoryOptions.java?rev=1571935&r1=1571934&r2=1571935&view=diff
==============================================================================
---
sling/trunk/testing/resourceresolver-mock/src/main/java/org/apache/sling/testing/resourceresolver/MockResourceResolverFactoryOptions.java
(original)
+++
sling/trunk/testing/resourceresolver-mock/src/main/java/org/apache/sling/testing/resourceresolver/MockResourceResolverFactoryOptions.java
Wed Feb 26 06:52:42 2014
@@ -27,7 +27,7 @@ public class MockResourceResolverFactory
private EventAdmin eventAdmin;
- private String[] searchPaths = new String[] {"/apps", "/libs"};
+ private String[] searchPaths = new String[] {"/apps/", "/libs/"};
public EventAdmin getEventAdmin() {
return eventAdmin;