Create a smoke test to check the connection to Solr.

This commit is contained in:
j2blake 2011-11-23 21:53:51 +00:00
parent f340dcf025
commit c3d1d16d9b

View file

@ -68,3 +68,6 @@ edu.cornell.mannlib.vitro.webapp.controller.freemarker.FreemarkerSetup
org.apache.commons.fileupload.servlet.FileCleanerCleanup org.apache.commons.fileupload.servlet.FileCleanerCleanup
edu.cornell.mannlib.vitro.webapp.dao.jena.VClassGroupCache$Setup edu.cornell.mannlib.vitro.webapp.dao.jena.VClassGroupCache$Setup
# This should be near the end, because it will issue a warning if the connection to Solr times out.
edu.cornell.mannlib.vitro.webapp.servlet.setup.SolrSmokeTest