Show
Ignore:
Timestamp:
04/01/07 01:22:59 (20 months ago)
Author:
alex
Message:

adding sounds so that success and failure sound like...well...success or failure. Refs #2550

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/tests/runner.html

    r7847 r7887  
    1313                        }catch(e){ 
    1414                                document.write("<scr"+"ipt type='text/javascript' src='runner.js'></scr"+"ipt>"); 
     15                                document.write("<scr"+"ipt type='text/javascript'>tests.selfTest = true;</scr"+"ipt>"); 
    1516                                document.write("<scr"+"ipt type='text/javascript' src='_browserRunner.js'></scr"+"ipt>"); 
    1617                        } 
     
    237238                        </tr> 
    238239                </table> 
     240                <span id="hiddenAudio"></span> 
    239241        </body> 
    240242</html>