Changeset 18844 in josm


Ignore:
Timestamp:
2023-09-25T20:27:10+02:00 (9 months ago)
Author:
taylor.smock
Message:

Fix some recently introduced issues

  • Fix some issues with updated presets, see r18843
  • Fix a HeadlessException issue in TagEditHelperTest#testTicket23191
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/defaultpresets.xml

    r18843 r18844  
    88648864            <link wiki="Tag:natural=earth_bank" />
    88658865            <space />
    8866             <label text="A steep earth bank, with significant vertical, or near vertical (leave the lower face to the right of the way)." />
     8866            <label text="A steep earth bank, with a significant vertical, or near vertical (leave the lower face to the right of the way)." />
    88678867            <space />
    88688868            <key key="natural" value="earth_bank" />
    88698869            <text key="depth" text="Depth (meters)" />
    8870             <combo key="earth_bank" values="gully,scarp,cut_bank,grassy_steep_slope" />
     8870            <combo key="earth_bank" values="gully,scarp,cut_bank,grassy_steep_slope" text="Type"/>
    88718871
    88728872            <preset_link preset_name="Cliff" text="Similar but different tags:" />
  • trunk/resources/data/validator/deprecated.mapcss

    r18843 r18844  
    7373  fixAdd: "wetland=marsh";
    7474}
    75 #23185
     75/* #23185 */
    7676*[landuse=reservoir][!reservoir_type],
    7777*[landuse=reservoir][reservoir_type=water_storage] {
  • trunk/test/unit/org/openstreetmap/josm/gui/dialogs/properties/TagEditHelperTest.java

    r18842 r18844  
    125125    void testTicket23191() {
    126126        TestUtils.assumeWorkingJMockit();
     127        new WindowMocker();
    127128        final TagEditHelper tagEditHelper = newTagEditHelper();
    128129        final DataSet original = new DataSet();
Note: See TracChangeset for help on using the changeset viewer.