<#-- Uses FreeMarker template syntax, template guide can be found at http://freemarker.org/docs/dgui.html --> <#import "common.ftl" as common> <#import "mute.ftl" as mute> <#global subject>[<@common.subjMarker/>, MUTE] <@mute.testInfo tests/> unmuted <#global body>The following tests are unmuted <@mute.inScope scopeBean/>: <#list tests as test> ${test.name} <@mute.unmutedReason unmuteModeBean scopeBean 'test'/> <@common.footer/> <#global bodyHtml>
The following tests are unmuted <@mute.inScope scopeBean/>:
<@mute.unmutedReason unmuteModeBean scopeBean 'test'/>
<@common.footerHtml/>