I just did a little investigation about dojo and rhino (the javascript
engine used in htmlunit) and it seems that dojo supports rhino somehow.
In this page http://manual.dojotoolkit.org/dojo.html, they mention rhino and
there is this strange block of code:
dojo.kwCompoundRequire({
   common: ["dojo.io"],
   rhino: ["dojo.io.RhinoIO"],
   browser: ["dojo.io.BrowserIO", dojo.io.cookie"]
});

Jesse, does this talk to you anyhow? Javascript is not my best friend so all
of this is obscure to me...
htmlunit support is critical for us... I started writing some tapestry tests
for some of our components using the creator but this is far from the "real"
test that htmlunit can do.
There are many other things than can go wrong that a simple test using the
creator won't find... Btw, is there a way to load templates in the creator?
All the tests I've seen that far are based on mock objects so even an error
in the template won't be catched...

Thanks,

Henri.

Reply via email to