Ignore:
Timestamp:
2017-10-14T16:02:18+02:00 (7 years ago)
Author:
bastiK
Message:

add MapCSSRendererTest case for expression evaluation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/functional/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java

    r12978 r12994  
    132132                new TestConfig("relation-linkselector"),
    133133                /** Tests parent selector on relation */
    134                 new TestConfig("relation-parentselector")
     134                new TestConfig("relation-parentselector"),
     135
     136                /** Tests evaluation of expressions */
     137                new TestConfig("eval").setImageWidth(600)
    135138
    136139                ).map(e -> new Object[] {e, e.testDirectory})
Note: See TracChangeset for help on using the changeset viewer.