Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

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
Collaborator

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant