[Rev 01] RFR: 8237602: TabPane doesn't respect order of TabPane.getTabs() list

Ambarish Rapte arapte at openjdk.java.net
Mon May 11 04:13:48 UTC 2020


On Fri, 1 May 2020 14:42:34 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Ambarish Rapte has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   review-update: change test name
>
> tests/system/src/test/java/test/robot/javafx/scene/TabPanePermuteGetTabsTest.java line 194:
> 
>> 193:     @Test
>> 194:     public void testPermutGetTabsWithMoreTabs1() {
>> 195:         // Step #1
> 
> Typo: Permut --> Permute
> 
> (or, as long as you are changing it anyway, you could rename it now to something other than "permute" since it isn't).

Changed the test name to `testAddingNewTabsWithExistingTabsAtSameIndex`. While converting to unit tests, we will have
to change the names of other test from this file.

-------------

PR: https://git.openjdk.java.net/jfx/pull/201


More information about the openjfx-dev mailing list