I'm looking at using the Dojo Objective Harness (DOH) for testing some custom JavaScript code. To that end I've read the following article:
http://www.ibm.com/developerworks/web/library/wa-aj-doh/index.html
and I have a question about the test case structure. The example shows that your test case modules in the same parent directory as dojo. This is a bit of a problem for us as we'd like to use DOH in multiple projects without having to include dojo in each and every one.
Does anyone know of a way to setup DOH to use the following structure:
- dojotoolkit
- dojo
- dijit
- dojox
- util
- project1
- src
- test
- project2
- src
- test
Thanks...
Simon