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
|
||||
* @return
|
||||
*/
|
||||
public List<String> searchForRMContentAsUser(UserModel user, String term, String sortby, Boolean includeFolders,
|
||||
Boolean includeCategories, List<String> expectedResults)
|
||||
public List<String> searchForRMContentAsUser(UserModel user, String term, String sortby, boolean includeFolders,
|
||||
boolean includeCategories, List<String> expectedResults)
|
||||
{
|
||||
List<String> results = new ArrayList<>();
|
||||
// wait for solr indexing
|
||||
|
Reference in New Issue
Block a user