Changeset 17920 in josm for trunk/test/unit


Ignore:
Timestamp:
2021-06-02T22:40:30+02:00 (3 years ago)
Author:
simon04
Message:

see #20957 - Fix MapCSSParserTest: remove accidentally committed lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSParserTest.java

    r17916 r17920  
    615615                "null1: tag(x1) + tag(x2);" +
    616616                "null2: 3 + tag(does_not_exist) + 5;" +
    617                 "rounding: concat(\"ele=\", round(tag(\"ele\")*100)/100);" +
    618617                "}");
    619618        source.loadStyleSource();
     
    629628        assertNull(mc.getCascade(null).get("null1"));
    630629        assertEquals(8.0, mc.getCascade(null).get("null2"));
    631         assertEquals(8.0, mc.getCascade(null).get("rounding"));
    632630    }
    633631
Note: See TracChangeset for help on using the changeset viewer.