mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-1743 Added 62n Test Group and to the score tests
This commit is contained in:
@@ -18,6 +18,8 @@ public @interface TestGroup
|
||||
|
||||
public static final String CMIS = "cmis";
|
||||
public static final String REST_API = "rest-api";
|
||||
|
||||
public static String QUERIES = "queries";
|
||||
|
||||
public static final String PREUPGRADE = "pre-upgrade";
|
||||
public static final String POSTUPGRADE = "post-upgrade";
|
||||
|
||||
+4
-3
@@ -2,10 +2,11 @@ package org.alfresco.test.search.functional.searchServices.cmis;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import org.alfresco.search.TestGroup;
|
||||
import org.alfresco.utility.data.provider.XMLDataConfig;
|
||||
import org.alfresco.utility.data.provider.XMLTestData;
|
||||
import org.alfresco.utility.data.provider.XMLTestDataProvider;
|
||||
import org.alfresco.utility.model.TestGroup;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.testng.annotations.AfterClass;
|
||||
@@ -112,7 +113,7 @@ public class SolrSearchScoreQueryTests extends AbstractCmisE2ETest
|
||||
* Verify that all SCORE results are between 0 and 1
|
||||
* @throws Exception
|
||||
*/
|
||||
@Test(groups = { TestGroup.ASS_14, TestGroup.QUERIES }, dependsOnMethods = "prepareDataForScoreSearch")
|
||||
@Test(groups = { TestGroup.ASS_14, TestGroup.QUERIES, TestGroup.ACS_62n }, dependsOnMethods = "prepareDataForScoreSearch")
|
||||
public void scoreQueryInRange() throws Exception
|
||||
{
|
||||
|
||||
@@ -137,7 +138,7 @@ public class SolrSearchScoreQueryTests extends AbstractCmisE2ETest
|
||||
* Verify that all SCORE results are between 0 and 1
|
||||
* @throws Exception
|
||||
*/
|
||||
@Test(groups = { TestGroup.ASS_14, TestGroup.QUERIES }, dependsOnMethods = "prepareDataForScoreSearch")
|
||||
@Test(groups = { TestGroup.ASS_14, TestGroup.QUERIES, TestGroup.ACS_62n }, dependsOnMethods = "prepareDataForScoreSearch")
|
||||
public void scoreQueryAliasInRange() throws Exception
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user