mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Merge branch 'fix/SEARCH-2116_FixForTheFailingTests' into 'master'
Fix/search 2116 fix for the failing tests See merge request search_discovery/insightengine!411
This commit is contained in:
+3
-2
@@ -8,6 +8,7 @@
|
||||
package org.alfresco.test.search.functional.searchServices.search;
|
||||
|
||||
import org.alfresco.rest.search.SearchResponse;
|
||||
import org.alfresco.search.TestGroup;
|
||||
import org.alfresco.test.search.functional.searchServices.cmis.AbstractCmisE2ETest;
|
||||
import org.alfresco.utility.model.FileModel;
|
||||
import org.alfresco.utility.model.FileType;
|
||||
@@ -46,7 +47,7 @@ public class SearchQueryPaginationTest extends AbstractCmisE2ETest
|
||||
waitForMetadataIndexing(testFile.getName(), true);
|
||||
}
|
||||
|
||||
@Test(priority = 1)
|
||||
@Test(priority = 1, groups = { TestGroup.ACS_62n})
|
||||
public void testCmisSearchWithPagination()
|
||||
{
|
||||
// Search for the cmis documents using cmis query
|
||||
@@ -121,7 +122,7 @@ public class SearchQueryPaginationTest extends AbstractCmisE2ETest
|
||||
Assert.assertTrue(response.isEmpty(), "Empty Response, Error is expected when skipCount < 0");
|
||||
}
|
||||
|
||||
@Test(priority = 2)
|
||||
@Test(priority = 2, groups = { TestGroup.ACS_62n})
|
||||
public void testPagination()
|
||||
{
|
||||
// Search for the files under the testFolder using cmis query
|
||||
|
||||
Reference in New Issue
Block a user