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

WebView.MustOverrideException can be thrown for setJavascriptCanOpenAutomatically #986

Closed

Conversation

kingargyle
Copy link
Contributor

With robolectric 2.2 when we try to set the javaScriptCanOpenWindowAutomaticaly
we get the above error. This is because the TestWebSettings class doesn't
override and implement this functionality. This patch adds two tests and
implements the getter and setters for this functionality.

…deException

With robolectric 2.2 when we try to set the javaScriptCanOpenWindowAutomaticaly
we get the above error.  This is because the TestWebSettings class doesn't
override and implement this functionality.  This patch adds two tests and
implements the getter and setters for this functionality.
@kingargyle
Copy link
Contributor Author

test failure is in SQLLiteLibrary code, I didn't touch any of this code with this patch and was a clean pull of master.

@pawelByszewski
Copy link

please verify your code once again(or maybe try to rebuild) becase I have created pull request in almost the same time and my build is fine.

@erd
Copy link
Member

erd commented Feb 28, 2014

I went ahead and merged this manually, but typo'd the issue number in the commit message.

Thanks for the pull request!

@erd erd closed this Feb 28, 2014
@kingargyle
Copy link
Contributor Author

Cool. I re-ran it localy and it works as expected and there were no udpates from master that I had missed.

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

3 participants