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

Not possible to run tests with Java 8 after running newer Java #122

Open
mvuorenmaa opened this issue Oct 11, 2024 · 0 comments
Open

Not possible to run tests with Java 8 after running newer Java #122

mvuorenmaa opened this issue Oct 11, 2024 · 0 comments

Comments

@mvuorenmaa
Copy link
Contributor

Once the JAVA9_OR_NEWER goes True in RemoteSwingLibrary.py, it is not possible for the library to run Java 8 based tests anymore, even if reinitiate is called. The code is missing a condition where JAVA9_OR_NEWER would turn back to False. Could be fixed by setting JAVA9_OR_NEWER to False in reinitiate.

I have an open pull request (Apr'23) where the similar change is done in initiate, but perhaps that is not a good idea. I'm planning to close that one.

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

No branches or pull requests

1 participant