RFR: 8314906: [testbug] Create behavior tests for text input controls [v9]
    Andy Goryachev 
    angorya at openjdk.org
       
    Fri Oct  6 18:16:17 UTC 2023
    
    
  
On Fri, 6 Oct 2023 05:20:06 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:
>> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   allowed characters
>
> modules/javafx.controls/src/test/java/test/javafx/scene/control/behavior/PasswordFieldBehaviorTest.java line 63:
> 
>> 61:     @Override
>> 62:     public void testCopy() {
>> 63:         // copy is disabled
> 
> An empty test case simply gets reported as passed.
> Do you want to assert that the "copy is disabled" somehow?
> There are a few other test cases in this file which are of similar nature.
> If they need to be worked upon in future, we can mark them as TODO.
> If they are just for information, we can keep the entire test cases commented so that they do not execute and report as passed.
good point, thanks!
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1221#discussion_r1349169611
    
    
More information about the openjfx-dev
mailing list