#789 closed defect (worksforme)
hostenv_rhino.js not loaded in time for packaged dojo builds
Reported by: | Owned by: | alex | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | TestFramework | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When running the jum tests off of a "built" dojo package version I noticed that some errors were being swallowed because the hostenv_rhino.js file hadn't been loaded in time to provide a working dojo.hostenv.println function. (couldn't load module X error messages)
I've gotten around this by manually loading hostenv_rhino.js myself after dojo.js, but thought someone might care in theory. (though it doesn't seem completely relevant as the dojo.js source file is working fine for dojo's testing purposes)
Feel free to close this as invalid/won't fix if it's not something that makes sense to work on.(for dojo at least)
Change History (3)
comment:1 Changed 16 years ago by
Owner: | changed from anonymous to alex |
---|
comment:2 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I think this was fixed by recent rhino enhancements.