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

Rewrite org.eclipse.reddeer.swt.test plugin after some API removal after 2022-09 release #2183

Closed
odockal opened this issue Oct 26, 2022 · 0 comments
Assignees
Milestone

Comments

@odockal
Copy link
Member

odockal commented Oct 26, 2022

Per API removal plan we need to update moved dependencies in swt.test plugin. Dependencies cannot be resolved after 2022-09 release, like this:

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:2.7.0:compile (default-compile) on project org.eclipse.reddeer.swt.test: Compilation failure: Compilation failure: 
[ERROR] /home/odockal/git/reddeer/tests/org.eclipse.reddeer.swt.test/src/org/eclipse/reddeer/swt/test/impl/button/DataBindingRadioButtonTest.java:[21] 
[ERROR] 	import org.eclipse.core.databinding.beans.BeanProperties;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.core.databinding.beans.BeanProperties cannot be resolved
[ERROR] /home/odockal/git/reddeer/tests/org.eclipse.reddeer.swt.test/src/org/eclipse/reddeer/swt/test/impl/button/DataBindingRadioButtonTest.java:[27] 
[ERROR] 	import org.eclipse.jface.databinding.swt.WidgetProperties;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.jface.databinding.swt.WidgetProperties cannot be resolved
[ERROR] /home/odockal/git/reddeer/tests/org.eclipse.reddeer.swt.test/src/org/eclipse/reddeer/swt/test/impl/button/DataBindingRadioButtonTest.java:[80] 
[ERROR] 	selectedRadioButtonObservable.addOption("Selected: " + "A", WidgetProperties.selection().observe(buttonA));
[ERROR] 	                                                            ^^^^^^^^^^^^^^^^
[ERROR] WidgetProperties cannot be resolved
odockal added a commit to odockal/reddeer that referenced this issue Oct 26, 2022
Signed-off-by: Ondrej Dockal <odockal@redhat.com>
@odockal odockal added this to the 4.4.0 milestone Jan 12, 2023
@odockal odockal self-assigned this Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant