updating vxml for the vxml tbox dump

git-svn-id: svn://10.0.0.236/trunk@74742 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
valeski%netscape.com 2000-07-25 14:40:43 +00:00
parent 84d925b70f
commit 38b7df7686

View File

@ -1000,7 +1000,7 @@ sub do_vxml {
%state_symbols = (success=>'green',busted=>'red',testfailed=>'test failed');
print "<vxml><block><form>\n\n";
print "<vxml><form><block>\n\n";
if (is_tree_state_available()) {
print "<audio>$::tree is " .
@ -1014,5 +1014,5 @@ sub do_vxml {
print "<audio>$buildname is $state_symbols{$build{$buildname}} </audio>\n";
}
print "<pause>1000</pause><audio>adios</audio>\n\n";
print "</form></block></vxml>";
print '<goto next="_home"/>\n</block></form></vxml>';
}