Ignore:
Timestamp:
2016-04-03T16:12:22+02:00 (8 years ago)
Author:
Don-vip
Message:

fix coverity 1353745 + add unit test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/io/UploadDialogTest.java

    r10097 r10105  
    104104        assertFalse(UploadDialog.UploadAction.isUploadCommentTooShort("geometric corrections"));
    105105        assertFalse(UploadDialog.UploadAction.isUploadCommentTooShort("几何校正"));
     106        // test with unassigned unicode characters ==> no unicode block
     107        assertTrue(UploadDialog.UploadAction.isUploadCommentTooShort("\u0860"));
    106108    }
    107109}
Note: See TracChangeset for help on using the changeset viewer.