NIHVIVO-336 An initial implementation of Smoke test runner. Checking in basic code that prints the status of Solr Server onto the webpage.

This commit is contained in:
deepakkoni 2011-07-26 21:12:32 +00:00
parent b97cbb60e3
commit 7664bf5093
5 changed files with 137 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for the body of the SmokeTest page -->
<#-- TODO: This is an initial implementation and will continue to evolve. -->
<#if SolrContextChecker??>
<h2>${SolrContextChecker.result}</h2>
</#if>