mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-2252: Remove unused tests.
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ public class SearchNonIndexedFields extends AbstractE2EFunctionalTest
|
||||
|
||||
Assert.assertTrue(bodyResponse.contains("{http://www.alfresco.org/model/index/1.0}indexed"),
|
||||
"Expecting index:indexed field to be present in SOLR Schema");
|
||||
Assert.assertTrue(!bodyResponse.contains("{http://www.alfresco.org/model/index/1.0}nonIndexed"),
|
||||
Assert.assertFalse(bodyResponse.contains("{http://www.alfresco.org/model/index/1.0}nonIndexed"),
|
||||
"Expecting index:nonIndexed field NOT to be present in SOLR Schema");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user