Skip to content
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

Expect 0 assertions to fix #2382 #2473

Closed
wants to merge 1 commit into from

Conversation

mattjohnsonpint
Copy link
Contributor

Fixes QUnit complaining about exiting test early.

@mattjohnsonpint
Copy link
Contributor Author

Note that while this does fix #2382, I don't really like that we are ignoring the test. We should probably update it to have the expected behavior for this browser configuration, rather than exiting early.

@ichernev
Copy link
Contributor

I'm fine ignoring the test for browsers that are wrong. If they fix the browser it will start working again, so I don't see an issue here.

@ichernev ichernev added this to the 2.10.5 milestone Jul 12, 2015
@mattjohnsonpint
Copy link
Contributor Author

Well for one thing, the date that is tested is just for the US. Other time zones may exhibit this bug on other dates.

@ichernev
Copy link
Contributor

I agree its not perfect. We had a function to detect DST and use it -- I think we should do that more often (and cache the results, because they are expensive).

I'm merging this as-is.

ichernev added a commit that referenced this pull request Jul 13, 2015
@ichernev
Copy link
Contributor

Merged in 27e22be

@ichernev ichernev closed this Jul 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants