mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Merge pull request #1224 from Alfresco/feature/SEARCH-2909_ACS701A6
SEARCH-2909 The 501 error fix has now been backported to 7.0.N.
This commit is contained in:
@@ -54,7 +54,7 @@ public class TestGroup
|
||||
public static final String ACS_611n = "ACS_611n"; // Alfresco Content Services 6.1.1 or above
|
||||
public static final String ACS_62n = "ACS_62n"; // Alfresco Content Services 6.2 or above
|
||||
public static final String ACS_63n = "ACS_63n"; // Alfresco Content Services 6.3 or above
|
||||
public static final String ACS_71n = "ACS_71n"; // Alfresco Content Services 7.1 or above
|
||||
public static final String ACS_701n = "ACS_701n"; // Alfresco Content Services 7.0.1 or above
|
||||
|
||||
public static final String AGS_302 = "AGS_302"; // Alfresco governance Services 3.0.2 or above
|
||||
}
|
||||
|
||||
+2
-2
@@ -29,7 +29,7 @@ package org.alfresco.test.search.functional.searchServices.search;
|
||||
import static java.util.List.of;
|
||||
|
||||
import static jersey.repackaged.com.google.common.collect.Sets.newHashSet;
|
||||
import static org.alfresco.search.TestGroup.ACS_71n;
|
||||
import static org.alfresco.search.TestGroup.ACS_701n;
|
||||
import static org.alfresco.search.TestGroup.CROSS_LOCALE_SUPPORT_DISABLED;
|
||||
|
||||
import java.util.ArrayList;
|
||||
@@ -349,7 +349,7 @@ public class SearchAFTSInFieldTest extends AbstractE2EFunctionalTest
|
||||
}
|
||||
|
||||
/** Check that a 501 error is returned when performing exact search on a tokenised field without cross-locale support. */
|
||||
@Test (priority = 12, groups = { CROSS_LOCALE_SUPPORT_DISABLED, ACS_71n })
|
||||
@Test (priority = 12, groups = { CROSS_LOCALE_SUPPORT_DISABLED, ACS_701n })
|
||||
public void testExactMatchWithoutCrossLocale()
|
||||
{
|
||||
// Force the query to hit Solr rather than the DB.
|
||||
|
||||
Reference in New Issue
Block a user