mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
[SEARCH-2677] Extract SearchEngineResultSet and SearchEngineResultMetadata interfaces (#286)
* [SEARCH-2677] Extract SearchEngineResultSet and SearchEngineResultMetadata interfaces * [SEARCH-2677] Scan the ResultSet decorator chain for a maximum of 3 nested levels
This commit is contained in:
@@ -35,7 +35,7 @@ import org.junit.Test;
|
||||
* @author Michael Suzuki
|
||||
*
|
||||
*/
|
||||
public class SolrSQLJSONResultSetTest
|
||||
public class SolrSQLJSONResultMetadataSetTest
|
||||
{
|
||||
@Test
|
||||
public void parseSQLResponse() throws JSONException
|
Reference in New Issue
Block a user