Repair and execute the Swing Databinding tests #1108
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The databinding tests have been disabled because they rely on the (withdrawn[1]) JSR295 specification. Given that this specification is also supported by e.g. Netbeans and the JFormDesigner, it seems too early to remove it completely.
Given that this artifact is only used for testing, the jar is embedded directly into the test bundle so that it doesn't need to be added to Orbit.
With the changes done in 96abbd1, an IllegalArgumentException would be thrown because the array of properties may contain duplicates. This has been revealed by those tests and fixed accordingly.
[1] https://jcp.org/en/jsr/detail?id=295