Rev | Line | |
---|
[483] | 1 | define([ |
---|
| 2 | "dojo/tests/_base/loader", |
---|
| 3 | "dojo/tests/_base/array", |
---|
| 4 | "dojo/tests/_base/Color", |
---|
| 5 | "dojo/tests/_base/lang", |
---|
| 6 | "dojo/tests/_base/declare", |
---|
| 7 | "dojo/tests/_base/connect", |
---|
| 8 | "dojo/tests/_base/Deferred", |
---|
| 9 | "dojo/tests/_base/json", |
---|
| 10 | "dojo/tests/_base/object", |
---|
| 11 | "dojo/has!host-browser?dojo/tests/_base/html", |
---|
| 12 | "dojo/has!host-browser?dojo/tests/dom-style", |
---|
| 13 | "dojo/has!host-browser?dojo/tests/_base/fx", |
---|
| 14 | "dojo/has!host-browser?dojo/tests/_base/query", |
---|
| 15 | "dojo/has!host-browser?dojo/tests/_base/xhr", |
---|
| 16 | "dojo/has!host-browser?dojo/tests/_base/window"], 1); |
---|
| 17 | |
---|
| 18 | // TODO: platform boot tests |
---|
| 19 | //dojo.platformRequire({ |
---|
| 20 | // browser: ["tests._base._loader.hostenv_browser"], |
---|
| 21 | // rhino: ["tests._base._loader.hostenv_rhino"], |
---|
| 22 | // spidermonkey: ["tests._base._loader.hostenv_spidermonkey"] |
---|
| 23 | //}); |
---|
Note: See
TracBrowser
for help on using the repository browser.