On Fri, 19 Jul 2024 23:23:45 GMT, Andy Goryachev <ango...@openjdk.org> wrote:

>> John Hendrikx has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Add test case
>
> modules/javafx.graphics/src/test/java/test/javafx/scene/CssStyleHelperTest.java
>  line 73:
> 
>> 71:     }
>> 72: 
>> 73:     @BeforeEach
> 
> since we are now creating Stage every time, shouldn't we `hide()` it each 
> time?

This was already done each time, it has not changed, only the annotation.  The 
semantics of `@Before` in JUnit 4 and `@BeforeEach` in JUnit 5 are the same.  
However, see #1515 as I'll remove these changes from this PR.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1503#discussion_r1686294085

Reply via email to