[Rev 01] RFR: 8244531: Tests: add support to identify recurring issues with controls et al
    Jeanette Winzenburg 
    fastegal at openjdk.java.net
       
    Thu May 21 10:46:17 UTC 2020
    
    
  
On Thu, 21 May 2020 10:33:27 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:
>> modules/javafx.controls/src/test/java/test/com/sun/javafx/scene/control/infrastructure/ControlSkinFactoryTest.java line
>> 91:
>>> 90:             Control control = createControl(controlClass);
>>> 91:             Skin<?> old = replaceSkin(control);
>>> 92:         }
>> 
>> An assertion can be added about old skin and new skin objects being different.
>
> oops ... forgot, will do
done
-------------
PR: https://git.openjdk.java.net/jfx/pull/223
    
    
More information about the openjfx-dev
mailing list