Changeset 14122 for util/trunk/doh
- Timestamp:
- 06/23/08 23:47:40 (5 months ago)
- Files:
-
- 1 modified
-
util/trunk/doh/runner.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
util/trunk/doh/runner.js
r14045 r14122 508 508 (function(){ 509 509 if(typeof dojo != "undefined"){ 510 dojo.require("dojox.testing.DocTest"); 510 try{ 511 dojo.require("dojox.testing.DocTest"); 512 }catch(e){ 513 // if the DocTest module isn't available (e.g., the build we're 514 // running from doesn't include it), stub it out and log the error 515 console.debug(e); 516 517 doh.registerDocTests = function(){} 518 return; 519 } 511 520 doh.registerDocTests = function(module){ 512 521 // summary: