mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-339: Adding tests to ASS_1 group
This commit is contained in:
@@ -36,7 +36,7 @@ import java.util.List;
|
||||
public class FacetIntervalSearchTest extends AbstractSearchTest
|
||||
{
|
||||
|
||||
@Test(groups = { TestGroup.SEARCH, TestGroup.REST_API })
|
||||
@Test(groups = { TestGroup.SEARCH, TestGroup.REST_API, TestGroup.ASS_1 })
|
||||
public void testValidation() throws Exception
|
||||
{
|
||||
SearchRequest query = carsQuery();
|
||||
@@ -68,7 +68,7 @@ public class FacetIntervalSearchTest extends AbstractSearchTest
|
||||
|
||||
}
|
||||
|
||||
@Test(groups = { TestGroup.SEARCH, TestGroup.REST_API })
|
||||
@Test(groups = { TestGroup.SEARCH, TestGroup.REST_API, TestGroup.ASS_1 })
|
||||
public void searchWithBasicInterval() throws Exception
|
||||
{
|
||||
SearchRequest query = carsQuery();
|
||||
@@ -108,7 +108,7 @@ public class FacetIntervalSearchTest extends AbstractSearchTest
|
||||
|
||||
}
|
||||
|
||||
@Test(groups = { TestGroup.SEARCH, TestGroup.REST_API })
|
||||
@Test(groups = { TestGroup.SEARCH, TestGroup.REST_API, TestGroup.ASS_1 })
|
||||
public void searchWithDates() throws Exception
|
||||
{
|
||||
SearchRequest query = carsQuery();
|
||||
|
||||
Reference in New Issue
Block a user