Changeset 7653
- Timestamp:
- 03/19/07 00:33:01 (22 months ago)
- Files:
-
- 1 modified
-
dojo/trunk/tests/_base.js (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dojo/trunk/tests/_base.js
r7650 r7653 1 var testGlobal = this; 1 2 try{ 2 3 dojo.provide("tests._base"); 4 testGlobal = window; 3 5 }catch(e){} 4 6 … … 6 8 // the end 7 9 8 var testGlobal = this;9 10 10 11 tests.register("tests.smokeTest", … … 53 54 ); 54 55 55 if(t his["dojo"]){56 if(testGlobal["dojo"]){ 56 57 tests.register("tests._base", 57 58 [ … … 63 64 } 64 65 65 if(t his["setTimeout"]){66 if(testGlobal["setTimeout"]){ 66 67 // a stone-stupid async test 67 68 tests.register("tests.async",