From adff0e9b9b0b8724e4183d3812fc34f9abb8350e Mon Sep 17 00:00:00 2001 From: j2blake Date: Fri, 7 Oct 2011 22:21:20 +0000 Subject: [PATCH] Create basic smoke tests for startup; confirm that the home directory exists and is read/write; confirm that we can create a database connection. --- productMods/WEB-INF/resources/startup_listeners.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/productMods/WEB-INF/resources/startup_listeners.txt b/productMods/WEB-INF/resources/startup_listeners.txt index d1108e88..e4f75158 100644 --- a/productMods/WEB-INF/resources/startup_listeners.txt +++ b/productMods/WEB-INF/resources/startup_listeners.txt @@ -7,6 +7,8 @@ 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.email.FreemarkerEmailFactory$Setup