Changeset 11777 in josm for trunk/test/functional/org
- Timestamp:
- 2017-03-25T22:09:41+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/gui/mappaint/StyleCacheTest.java
r11776 r11777 53 53 @Rule 54 54 @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD") 55 public JOSMTestRules test = new JOSMTestRules().preferences().platform().projection(); 55 public JOSMTestRules test = new JOSMTestRules().preferences().platform().projection().mapStyles(); 56 56 57 57 /** 58 58 * Load the test data that is required. 59 * @throws Exception 59 * @throws Exception It an error occurred during load. 60 60 */ 61 61 @BeforeClass … … 96 96 nc = new MapView(Main.getLayerManager(), null); 97 97 nc.setBounds(0, 0, IMG_WIDTH, IMG_HEIGHT); 98 MapPaintStyles.readFromPreferences();99 98 } 100 99
Note:
See TracChangeset
for help on using the changeset viewer.