Changeset 7653

Show
Ignore:
Timestamp:
03/19/07 00:33:01 (22 months ago)
Author:
alex
Message:

ensure that all tests get loaded in from tests/_base.js. Refs #2550

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/tests/_base.js

    r7650 r7653  
     1var testGlobal = this; 
    12try{ 
    23        dojo.provide("tests._base"); 
     4        testGlobal = window; 
    35}catch(e){} 
    46 
     
    68// the end 
    79 
    8 var testGlobal = this; 
    910 
    1011tests.register("tests.smokeTest",  
     
    5354); 
    5455 
    55 if(this["dojo"]){ 
     56if(testGlobal["dojo"]){ 
    5657        tests.register("tests._base",  
    5758                [ 
     
    6364} 
    6465 
    65 if(this["setTimeout"]){ 
     66if(testGlobal["setTimeout"]){ 
    6667        // a stone-stupid async test 
    6768        tests.register("tests.async",