{title help="tests"}{tr}TikiTests Replay Configuration{/tr}{/title}

TikiTest:{$filename}


{if $summary eq 'y' and is_array($result) and sizeof($result) gt 0} {if $test_success eq $test_count} {tr}Success{/tr} {else} {tr}Failure{/tr} {$test_success}/{$test_count} {/if} {else} {include file='tiki-tests_menubar.tpl'}
{tr}Options{/tr}

{if is_array($result) and sizeof($result) gt 0}
{tr}Results{/tr}
{foreach from=$result item=r} {if isset($r.post) and $show_post} {foreach from=$r.post item=p key=k} {/foreach} {/if} {/foreach}
{tr}Request:{/tr} {$r.method}{$r.url}
{tr}Post Variables{/tr}
{$k}{$p}
{if $show_tidy} {/if} {if $r.html} {if $show_page} {$r.html} {else} {/if} {else} {/if}
{tr}Tidy Results{/tr} {tr}Reference{/tr}{tr}Tidy Results{/tr} {tr}Replay{/tr}
{$r.ref_error_msg|escape:"html"}
{$r.replay_error_msg|escape:"html"}
{tr}Results{/tr}
{tr}Results{/tr} {tr}The pages are different{/tr}
{tr}Results{/tr} {tr}The pages are identical{/tr}
{/if} {/if}