mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Move scoring tests to ASS_14
This commit is contained in:
+5
-5
@@ -70,7 +70,7 @@ public class SolrSearchScoreQueryTests extends AbstractCmisE2ETest
|
||||
* Verify that results are ordered
|
||||
* @throws Exception
|
||||
*/
|
||||
@Test(groups = { TestGroup.CMIS, TestGroup.QUERIES }, dependsOnMethods = "prepareDataForScoreSearch")
|
||||
@Test(groups = { TestGroup.ASS_14, TestGroup.QUERIES }, dependsOnMethods = "prepareDataForScoreSearch")
|
||||
public void scoreQueryOrdered() throws Exception
|
||||
{
|
||||
|
||||
@@ -96,7 +96,7 @@ public class SolrSearchScoreQueryTests extends AbstractCmisE2ETest
|
||||
* Verify that results are inverse ordered
|
||||
* @throws Exception
|
||||
*/
|
||||
@Test(groups = { TestGroup.CMIS, TestGroup.QUERIES }, dependsOnMethods = "prepareDataForScoreSearch")
|
||||
@Test(groups = { TestGroup.ASS_14, TestGroup.QUERIES }, dependsOnMethods = "prepareDataForScoreSearch")
|
||||
public void scoreQueryOrderedDesc() throws Exception
|
||||
{
|
||||
|
||||
@@ -121,7 +121,7 @@ public class SolrSearchScoreQueryTests extends AbstractCmisE2ETest
|
||||
* Verify that all SCORE results are between 0 and 1
|
||||
* @throws Exception
|
||||
*/
|
||||
@Test(groups = { TestGroup.CMIS, TestGroup.QUERIES }, dependsOnMethods = "prepareDataForScoreSearch")
|
||||
@Test(groups = { TestGroup.ASS_14, TestGroup.QUERIES }, dependsOnMethods = "prepareDataForScoreSearch")
|
||||
public void scoreQueryInRange() throws Exception
|
||||
{
|
||||
|
||||
@@ -146,7 +146,7 @@ public class SolrSearchScoreQueryTests extends AbstractCmisE2ETest
|
||||
* Verify that all SCORE results are between 0 and 1
|
||||
* @throws Exception
|
||||
*/
|
||||
@Test(groups = { TestGroup.CMIS, TestGroup.QUERIES }, dependsOnMethods = "prepareDataForScoreSearch")
|
||||
@Test(groups = { TestGroup.ASS_14, TestGroup.QUERIES }, dependsOnMethods = "prepareDataForScoreSearch")
|
||||
public void scoreQueryAliasInRange() throws Exception
|
||||
{
|
||||
|
||||
@@ -172,7 +172,7 @@ public class SolrSearchScoreQueryTests extends AbstractCmisE2ETest
|
||||
* Currently only supported with double quotes
|
||||
* @throws Exception
|
||||
*/
|
||||
@Test(groups = { TestGroup.CMIS, TestGroup.QUERIES }, dependsOnMethods = "prepareDataForScoreSearch")
|
||||
@Test(groups = { TestGroup.ASS_14, TestGroup.QUERIES }, dependsOnMethods = "prepareDataForScoreSearch")
|
||||
public void scoreQueryScoreAsAlias() throws Exception
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user