mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-6318: Search for "derived by" and classification reasons: Automate AC
This commit is contained in:
@@ -678,8 +678,8 @@ public class BaseRMRestTest extends RestTest
|
|||||||
* @param expectedResults
|
* @param expectedResults
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
public List<String> searchForRMContentAsUser(UserModel user, String term, String sortby, Boolean includeFolders,
|
public List<String> searchForRMContentAsUser(UserModel user, String term, String sortby, boolean includeFolders,
|
||||||
Boolean includeCategories, List<String> expectedResults)
|
boolean includeCategories, List<String> expectedResults)
|
||||||
{
|
{
|
||||||
List<String> results = new ArrayList<>();
|
List<String> results = new ArrayList<>();
|
||||||
// wait for solr indexing
|
// wait for solr indexing
|
||||||
|
Reference in New Issue
Block a user