mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-5416: REST API Tests for Folder Classification - added tests for classified folders search
This commit is contained in:
@@ -184,7 +184,7 @@ public class SearchAPI extends BaseAPI
|
|||||||
}
|
}
|
||||||
requestURL = MessageFormat.format(SEARCH_ENDPOINT, client.getAlfrescoUrl(),
|
requestURL = MessageFormat.format(SEARCH_ENDPOINT, client.getAlfrescoUrl(),
|
||||||
URLEncodedUtils.format(nameValuePairs, Charset.forName("UTF-8")));
|
URLEncodedUtils.format(nameValuePairs, Charset.forName("UTF-8")));
|
||||||
Thread.sleep(20000);
|
Thread.sleep(15000);
|
||||||
return getItemNames(doGetRequest(username, password, requestURL));
|
return getItemNames(doGetRequest(username, password, requestURL));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user