Changeset 11762 in josm for trunk/test
- Timestamp:
- 2017-03-21T15:49:01+01:00 (8 years ago)
- Location:
- trunk/test
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/data/renderer/area-text/style.mapcss
r11727 r11762 12 12 } 13 13 14 area[te xt=G] {15 name: eval("");14 area[test=H] { 15 text: eval(""); 16 16 } -
trunk/test/functional/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java
r11726 r11762 101 101 new TestConfig("area-text", AREA_DEFAULT), 102 102 103 /** Tests area icon drawing/placement */ 104 new TestConfig("area-icon", AREA_DEFAULT), 105 103 106 /** Tests if all styles are sorted correctly. Tests {@link StyleRecord#compareTo(StyleRecord)} */ 104 107 new TestConfig("order", AREA_DEFAULT) … … 138 141 @Test 139 142 public void testRender() throws Exception { 143 // Force reset of preferences 144 StyledMapRenderer.PREFERENCE_ANTIALIASING_USE.put(true); 145 StyledMapRenderer.PREFERENCE_TEXT_ANTIALIASING.put("gasp"); 146 140 147 // load the data 141 148 DataSet dataSet = testConfig.getOsmDataSet();
Note:
See TracChangeset
for help on using the changeset viewer.