homebeaver / SwingSet

try to complete SwingSet3 org.swinglabs.swingx jars 1.6.6 for java 8 and openjdk 17 (Temurin)
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Bug in JXDatePickerTest.testDatePropertyThroughCommit() and testSynchAllAfterCommit() #11

Closed homebeaver closed 2 years ago

homebeaver commented 2 years ago

test funktioniert nicht am 1.Nov.2021 wg.

        String text = picker.getEditor().getText();
...
        // manipulate the text, not entirely safe ...
        String changed = text.replace('0', '1');
        picker.getEditor().setText(changed);

verändert sich picker nur wenn in text eine '0' steht. Nicht also bei 11/1/21