mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Revert "Merge branch 'release/V2.7' into merge-3.0/MNT-20822_CMIS_tests, disabled test for now"
This reverts commit 2c334298
This commit is contained in:
@@ -167,8 +167,7 @@ public class SearchDocumentsV1Test extends BaseRMRestTest
|
||||
* And setting skipCount and maxItems under the number of total items
|
||||
* Then hasMoreItems will be set to true
|
||||
*/
|
||||
@Test (dataProvider = "queryTypes",
|
||||
enabled = false, description = "Disabling test because there's no version of ACS that supports this yet")
|
||||
@Test(dataProvider = "queryTypes")
|
||||
public void searchResultsUnderTotalItems(RestRequestQueryModel queryType)
|
||||
{
|
||||
final SearchRequestBuilder sqlRequest = new SearchRequestBuilder().setQueryBuilder(queryType)
|
||||
|
Reference in New Issue
Block a user