RFR: 8328667: [Testbug] Enable ignored Spinner unit tests
Karthik P K
kpk at openjdk.org
Thu Mar 21 07:22:32 UTC 2024
Enabled a test in `SpinnerTest` class.
Added comment to the editing test, why it can not be enabled. When Spinner value is set using `getEditor` `setText` method, the listener added to the spinner is not invoked. There is no bug for this issue. I'm not sure about the expectation in this case.
Other set of tests which are ignored are `LocalTimeSpinnerValueFactory` tests. Since these tests are unstable and fail only at certain time of the day, not enabling this test as well.
-------------
Commit messages:
- Enable Spinner tests
Changes: https://git.openjdk.org/jfx/pull/1414/files
Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1414&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8328667
Stats: 5 lines in 1 file changed: 2 ins; 1 del; 2 mod
Patch: https://git.openjdk.org/jfx/pull/1414.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1414/head:pull/1414
PR: https://git.openjdk.org/jfx/pull/1414
More information about the openjfx-dev
mailing list