Create basic smoke tests for startup; confirm that the home directory exists and is read/write; confirm that we can create a database connection.

This commit is contained in:
j2blake 2011-10-07 22:21:20 +00:00
parent 9d4b11d59b
commit adff0e9b9b

View file

@ -7,6 +7,8 @@
edu.cornell.mannlib.vitro.webapp.config.ConfigurationPropertiesSetup edu.cornell.mannlib.vitro.webapp.config.ConfigurationPropertiesSetup
edu.cornell.mannlib.vitro.webapp.servlet.setup.BasicSmokeTests
edu.cornell.mannlib.vitro.webapp.config.RevisionInfoSetup edu.cornell.mannlib.vitro.webapp.config.RevisionInfoSetup
edu.cornell.mannlib.vitro.webapp.email.FreemarkerEmailFactory$Setup edu.cornell.mannlib.vitro.webapp.email.FreemarkerEmailFactory$Setup