mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
REPO-2117: Deleted nodes pagination returns incorrect properties - adding the test to the build
This commit is contained in:
@@ -21,8 +21,8 @@ import org.alfresco.rest.model.RestNodeModelsCollection;
|
||||
import org.alfresco.utility.exception.DataPreparationException;
|
||||
import org.alfresco.utility.model.FolderModel;
|
||||
import org.alfresco.utility.model.SiteModel;
|
||||
import org.alfresco.utility.model.TestGroup;
|
||||
import org.alfresco.utility.model.UserModel;
|
||||
import org.alfresco.utility.report.Bug;
|
||||
import org.springframework.http.HttpStatus;
|
||||
import org.testng.annotations.AfterClass;
|
||||
import org.testng.annotations.BeforeClass;
|
||||
@@ -56,8 +56,7 @@ public class GetDeletedNodesTests extends RestTest
|
||||
dataSite.usingAdmin().deleteSite(deleteNodesSiteModel);
|
||||
}
|
||||
|
||||
@Bug(id = "REPO-2117")
|
||||
@Test
|
||||
@Test(groups = { TestGroup.REST_API, TestGroup.PEOPLE, TestGroup.CORE })
|
||||
public void testDeletedNodesBiggerThanMaxCount() throws Exception
|
||||
{
|
||||
//get the number of item in the trashcan
|
||||
|
||||
Reference in New Issue
Block a user