mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
[MNT-20507]
test renamed
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ public class SpecialCharacterSearchTest extends AbstractE2EFunctionalTest
|
||||
*/
|
||||
@Test(groups = { TestGroup.REST_API, TestGroup.SEARCH, TestGroup.ACS_52n, TestGroup.ACS_60n, TestGroup.ACS_61n })
|
||||
@Bug(id = "MNT-20507")
|
||||
public void indexDELChar() throws Exception
|
||||
public void testIndexDELChar() throws Exception
|
||||
{
|
||||
FileModel file = new FileModel("Delete char\u007Ffile", FileType.TEXT_PLAIN, "content of \u007F file");
|
||||
dataContent.usingUser(testUser).usingSite(testSite).createContent(file);
|
||||
|
||||
Reference in New Issue
Block a user