[jQuery] Re: QUnit, jqUnit, and rhino

2008-06-26 Thread chris thatcher
Wow this is good news. I've been mucking up env.js for awhile now locally and was afraid I wouldn't see it go where I hope it will. John you mentioned the other platforms you want it to be used on and I think this would be ideal. One thing that is currently preventing that is that the basic wind

[jQuery] Re: QUnit, jqUnit, and rhino

2008-06-26 Thread fuzziman
So excited to see that you are actively working on this John! :-) I can see you've been concentrating on document parsing behavior, while I've just been looking at "automated testing in rhino". From my testing perspective, I made a couple of patches: - in test(), wrapping fn() and the next lines

[jQuery] Re: QUnit, jqUnit, and rhino

2008-06-26 Thread John Resig
I'm working on this (well, trying to get more of the jQuery test suite to pass). I've broken it out into a separate project here: http://github.com/jeresig/env-js/tree/master I'm also trying to get it to run on more platforms (such as Ruby/Johnson, Perl/Spidermonkey, and Python/Spidermonkey). --