mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Fix for unit test/build issue, too many brackets in XPath query string.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4959 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -99,7 +99,7 @@ public class FileFolderServiceImpl implements FileFolderService
|
|||||||
"[like(@cm:name, $cm:name, false)" +
|
"[like(@cm:name, $cm:name, false)" +
|
||||||
" and not (subtypeOf('" + ContentModel.TYPE_SYSTEM_FOLDER + "'))" +
|
" and not (subtypeOf('" + ContentModel.TYPE_SYSTEM_FOLDER + "'))" +
|
||||||
" and (subtypeOf('" + ContentModel.TYPE_FOLDER + "') or subtypeOf('" + ContentModel.TYPE_CONTENT + "')" +
|
" and (subtypeOf('" + ContentModel.TYPE_FOLDER + "') or subtypeOf('" + ContentModel.TYPE_CONTENT + "')" +
|
||||||
" and (subtypeOf('" + ContentModel.TYPE_LINK + "'))]";
|
" and subtypeOf('" + ContentModel.TYPE_LINK + "'))]";
|
||||||
|
|
||||||
/** empty parameters */
|
/** empty parameters */
|
||||||
private static final QueryParameterDefinition[] PARAMS_ANY_NAME = new QueryParameterDefinition[1];
|
private static final QueryParameterDefinition[] PARAMS_ANY_NAME = new QueryParameterDefinition[1];
|
||||||
|
Reference in New Issue
Block a user