mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Removed references to unhandled exceptions
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ public class SearchServicesGSE2ETest extends AbstractGSE2ETest
|
||||
{
|
||||
|
||||
@Test(priority = 1)
|
||||
public void testBasicSearch() throws Exception
|
||||
public void testBasicSearch()
|
||||
{
|
||||
// Create a new folder
|
||||
FolderModel testFolder = dataContent.usingUser(testUser).usingSite(testSite).createFolder();
|
||||
|
||||
+2
-2
@@ -72,7 +72,7 @@ public class SearchSqlGSE2ETest extends AbstractGSE2ETest
|
||||
}
|
||||
|
||||
@Test(priority = 1, groups = {TestGroup.ACS_611n})
|
||||
public void testSQLRespectsSitePermissions() throws Exception
|
||||
public void testSQLRespectsSitePermissions()
|
||||
{
|
||||
// Search for a file name to ensure content is indexed
|
||||
boolean indexingInProgress = isContentInSearchResults(fileRecord.getName(), fileRecord.getName(), true);
|
||||
@@ -103,7 +103,7 @@ public class SearchSqlGSE2ETest extends AbstractGSE2ETest
|
||||
}
|
||||
|
||||
@Test(priority = 2, groups = {TestGroup.ACS_611n}, enabled = false)
|
||||
public void testSQLFiltersClassifiedFiles() throws Exception
|
||||
public void testSQLFiltersClassifiedFiles()
|
||||
{
|
||||
// TODO: Relevant tests to be implemented
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user