Ignore:
Timestamp:
2016-05-16T04:29:28+02:00 (8 years ago)
Author:
Don-vip
Message:

Use Utils.setObjectsAccessible in unit tests

File:
1 edited

Legend:

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

    r10079 r10225  
    1616import org.junit.Test;
    1717import org.openstreetmap.josm.JOSMFixture;
     18import org.openstreetmap.josm.tools.Utils;
    1819import org.reflections.Reflections;
    1920
     
    99100            throw new RuntimeException(ex);
    100101        }
    101         c.setAccessible(true);
     102        Utils.setObjectsAccessible(c);
    102103        T o;
    103104        try {
Note: See TracChangeset for help on using the changeset viewer.