source: Dev/branches/rest-dojo-ui/client/dojo/tests.js @ 263

Last change on this file since 263 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 240 bytes
Line 
1//This file is the command-line entry point for running the tests in
2//Rhino and Spidermonkey.
3
4/*=====
5dojo.tests = {
6        // summary: D.O.H. Test files for Dojo unit testing.
7};
8=====*/
9
10load("dojo.js");
11load("tests/runner.js");
12tests.run();
Note: See TracBrowser for help on using the repository browser.