On Fri, 1 May 2020 14:42:34 GMT, Kevin Rushforth <k...@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