-
Notifications
You must be signed in to change notification settings - Fork 771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testsuite fixes #218
Testsuite fixes #218
Conversation
@marcjansen you're the kind, I'll take a look. |
…ed in an "DOM Exception: INVALID_CHARACTER_ERR (5)" in Chrome 17.
No functional change.
As of 67ea250 there are still 6 tests failing in Firefox 10.0.1 on Linux:
Chrome 17 runs the complete suite without errors. |
I can confirm that the Control.OverwiewMap, Format.WKT and Strategy.BBOX tests now pass in FF 10, Chrome, and IE 8. Thanks a lot for fixing that @marcjansen. Please merge. FYI, we have more failing tests, see #249. I'd happily use some help to make all tests pass again. |
In Chrome 17.x two tests fail due to mixed precision when compairing numerical values.
In Firefox 10.0.1 additionally an OverviewMap test and a Format.XML test fails.