RFR: 8338468: [TestBug] Convert controls tests to JUnit 5 [v3]
Lukasz Kostyra
lkostyra at openjdk.org
Fri Sep 20 07:00:47 UTC 2024
On Thu, 19 Sep 2024 21:06:53 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> modules/javafx.controls/src/test/java/test/javafx/scene/control/TextInputControlTest.java line 517:
>>
>>> 515: }
>>> 516:
>>> 517: // @Test public void selectedTextWorksWhenSelectionIsBound() {
>>
>> This test was removed. Shouldn't we keep even commented tests around?
>
> out of scope, for this PR
I'm not sure I understand. If removing old/commented out tests is out of scope of this PR then why is this one (and others) removed by this PR?
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1561#discussion_r1768087834
More information about the openjfx-dev
mailing list