Changeset 12651 in josm for trunk/test/performance/org
- Timestamp:
- 2017-08-25T23:56:58+02:00 (7 years ago)
- Location:
- trunk/test/performance/org/openstreetmap/josm/gui/mappaint
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/performance/org/openstreetmap/josm/gui/mappaint/MapRendererPerformanceTest.java
r12650 r12651 39 39 import org.openstreetmap.josm.gui.NavigatableComponent; 40 40 import org.openstreetmap.josm.gui.mappaint.StyleSetting.BooleanStyleSetting; 41 import org.openstreetmap.josm.gui.mappaint.loader.MapPaintStyleLoader; 41 42 import org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource; 42 43 import org.openstreetmap.josm.gui.mappaint.mapcss.Selector; … … 142 143 Assert.assertNotNull(hideIconsSetting); 143 144 hideIconsSetting.setValue(false); 144 MapPaintStyle s.reloadStyles(defaultStyleIdx);145 MapPaintStyleLoader.reloadStyles(defaultStyleIdx); 145 146 146 147 try ( … … 157 158 hideIconsSetting.setValue(true); 158 159 } 159 MapPaintStyle s.reloadStyles(defaultStyleIdx);160 MapPaintStyleLoader.reloadStyles(defaultStyleIdx); 160 161 } 161 162 … … 290 291 setFilterStyleActive(false); 291 292 } 292 MapPaintStyle s.reloadStyles(filterStyleIdx);293 MapPaintStyleLoader.reloadStyles(filterStyleIdx); 293 294 test.run(); 294 295 } -
trunk/test/performance/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSPerformanceTest.java
r12650 r12651 68 68 69 69 void loadStyle() { 70 System.out.print ln("Loading style '"+STYLE_FILE+"' ...");70 System.out.print("Loading style '"+STYLE_FILE+"' ..."); 71 71 MapCSSStyleSource source = new MapCSSStyleSource( 72 72 new SourceEntry(
Note:
See TracChangeset
for help on using the changeset viewer.