source: Dev/trunk/src/client/dojox/gfx/tests/module.js @ 532

Last change on this file since 532 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 864 bytes
Line 
1dojo.provide("dojox.gfx.tests.module");
2
3try{
4        dojo.require("dojox.gfx.tests.matrix");
5        dojo.require("dojox.gfx.tests.decompose");
6        doh.registerUrl("GFX: Utils", dojo.moduleUrl("dojox", "gfx/tests/test_utils.html"), 3600000);
7        doh.registerUrl("GFX: Base", dojo.moduleUrl("dojox", "gfx/tests/test_base.html"), 3600000);
8        doh.registerUrl("GFX: Clean up", dojo.moduleUrl("dojox", "gfx/tests/test_lifecycle.html"), 3600000);
9        doh.registerUrl("GFX: Container bbox", dojo.moduleUrl("dojox", "gfx/tests/test_containerBBox.html"), 3600000);
10        doh.registerUrl("GFX: Text bbox", dojo.moduleUrl("dojox", "gfx/tests/test_textbbox.html"), 3600000);
11        doh.registerUrl("GFX: Batch API", dojo.moduleUrl("dojox", "gfx/tests/test_batch.html"), 3600000);
12        doh.registerUrl("GFX: switchTo", dojo.moduleUrl("dojox", "gfx/tests/test_switchTo.html"), 3600000);
13}catch(e){
14        doh.debug(e);
15}
16
Note: See TracBrowser for help on using the repository browser.