Remove dead-end attempt at real-time smoke tests

This commit is contained in:
Jim Blake 2014-04-16 10:32:49 -04:00
parent a91a52548e
commit 2ec535e865
5 changed files with 0 additions and 229 deletions

View file

@ -1,13 +0,0 @@
<#-- $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 results??>
<#list results as x>
<#if x??>
<h2>${x.result}</h2>
</#if>
</#list>
</#if>