vmware-archive/jsunit

JsUnit 2.2 not working with IE 8

ttubbs opened this issue · 0 comments

I reported this previously, but thought I'd give the new 2.2 release a try. Still not working with IE 8. It runs, and if all tests pass things are OK. If any test fails IE always reports "Object doesn't support this property or method". Not helpful. I believe this has to do with the way JsUnit throws exceptions to collect failures. IE 8 seems to have changed its exception handling where exceptions cannot be throw across frames.

In the meantime I've been playing with JSpec, and having success with that in IE 8.