IE 7 and unit tests
IE 7 and unit tests
I tryed t execute unit tests under windows phone 7 and lates github sources but received blank page. I've done investigation and it seems like
the problem is in jquery.mobile.page function _create() never executes. Same behaviour under IE 8 compatibility mode. But the most interesting is why the code works fine in demo part but fails in tests. Can any one explaine the difference between code execution under test suit and demo part? Is there any way to execute test and demo in same environment? Can we believe such tests?