[483] | 1 | define([ |
---|
| 2 | "dojo/tests/_base", |
---|
| 3 | "dojo/tests/promise", |
---|
| 4 | "dojo/tests/cache", |
---|
| 5 | "dojo/tests/i18n", |
---|
| 6 | "dojo/tests/cldr", |
---|
| 7 | "dojo/tests/store", |
---|
| 8 | "dojo/tests/data", |
---|
| 9 | "dojo/tests/date", |
---|
| 10 | "dojo/tests/date/locale", |
---|
| 11 | "dojo/tests/date/stamp", |
---|
| 12 | "dojo/tests/on", |
---|
| 13 | "dojo/tests/mouse", |
---|
| 14 | "dojo/tests/json", |
---|
| 15 | "dojo/tests/aspect", |
---|
| 16 | "dojo/tests/number", |
---|
| 17 | "dojo/tests/currency", |
---|
| 18 | "dojo/tests/AdapterRegistry", |
---|
| 19 | "dojo/tests/query", |
---|
| 20 | "dojo/tests/regexp", |
---|
| 21 | "dojo/tests/store", |
---|
| 22 | "dojo/tests/string", |
---|
| 23 | "dojo/tests/colors", |
---|
| 24 | "dojo/tests/DeferredList", |
---|
| 25 | "dojo/tests/Stateful", |
---|
| 26 | "dojo/tests/errors", |
---|
| 27 | "dojo/has!host-node?dojo/tests/node", |
---|
| 28 | "dojo/has!host-browser?dojo/tests/router", |
---|
| 29 | "dojo/has!host-browser?dojo/tests/request", |
---|
| 30 | "dojo/has!host-browser?dojo/tests/behavior", |
---|
| 31 | "dojo/has!host-browser?dojo/tests/parser", |
---|
| 32 | "dojo/has!host-browser?dojo/tests/html", |
---|
| 33 | "dojo/has!host-browser?dojo/tests/fx", |
---|
| 34 | "dojo/has!host-browser?dojo/tests/io/script", |
---|
| 35 | "dojo/has!host-browser?dojo/tests/io/iframe", |
---|
| 36 | "dojo/has!host-browser?dojo/tests/back-hash", |
---|
| 37 | "dojo/has!host-browser?dojo/tests/hash", |
---|
| 38 | "dojo/has!host-browser?dojo/tests/rpc", |
---|
| 39 | "dojo/has!host-browser?dojo/tests/cookie", |
---|
| 40 | "dojo/has!host-browser?dojo/tests/NodeList-traverse", |
---|
| 41 | "dojo/has!host-browser?dojo/tests/NodeList-manipulate", |
---|
| 42 | "dojo/has!host-browser?dojo/tests/NodeList-data", |
---|
| 43 | "dojo/has!host-browser?dojo/tests/uacss", |
---|
| 44 | "dojo/has!host-browser?dojo/tests/window", |
---|
| 45 | "dojo/has!host-browser?dojo/tests/touch" |
---|
| 46 | ], 1); |
---|