[
https://issues.apache.org/jira/browse/CMIS-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Caruana resolved CMIS-135.
--------------------------------
Resolution: Fixed
Assignee: David Caruana
Replaced space delimiter with comma delimiter. r916735
> FolderChildrenTest.testGetChildrenNamedPropertyFilter The filter should be a
> comma-delimited list.
> --------------------------------------------------------------------------------------------------
>
> Key: CMIS-135
> URL: https://issues.apache.org/jira/browse/CMIS-135
> Project: Chemistry
> Issue Type: Task
> Components: tck
> Reporter: Alexey Zavizionov
> Assignee: David Caruana
>
> Property Filter should be a comma-delimited list.
> code:
> // get children with object_id only
> Link childrenLink = client.getChildrenLink(folder.entry);
> Map<String, String> args = new HashMap<String, String>();
> args.put("filter", objectIdQueryName + " " + objectTypeIdQueryName);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.