Changeset 9954 in josm for trunk/test/unit/org


Ignore:
Timestamp:
2016-03-08T01:22:33+01:00 (8 years ago)
Author:
Don-vip
Message:

make MapScaler and SizeButton implement Accessible interface, add unit tests, fix checkstyle violation

Location:
trunk/test/unit/org/openstreetmap/josm
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/TestUtils.java

    r9933 r9954  
    474474            @Override
    475475            public FontRenderContext getFontRenderContext() {
    476                 return null;
     476                return new FontRenderContext(null, false, false);
    477477            }
    478478
Note: See TracChangeset for help on using the changeset viewer.