Changeset 13904 in josm for trunk/test/data/renderer


Ignore:
Timestamp:
2018-06-10T19:05:14+02:00 (6 years ago)
Author:
Don-vip
Message:

see #15240 - drop png suffix in renderer unit tests

Location:
trunk/test/data/renderer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/data/renderer/area-fill-image/style.mapcss

    r11701 r13904  
    55
    66area[test=A] {
    7         fill-image: "info.png";
     7        fill-image: "info";
    88        fill-opacity: 1;
    99}
    1010
    1111area[test=B] {
    12         fill-image: "apply.png";
     12        fill-image: "apply";
    1313        fill-opacity: 1;
    1414}
    1515
    1616area[test=C] {
    17         fill-image: "apply.png";
     17        fill-image: "apply";
    1818        fill-opacity: .5;
    1919}
    2020
    2121area[test=D] {
    22         fill-image: "apply.png";
     22        fill-image: "apply";
    2323        fill-opacity: .5;
    2424}
    2525
    2626area[test=E] {
    27         fill-image: "apply.png";
     27        fill-image: "apply";
    2828        fill-opacity: 1;
    2929}
    3030
    3131area[test=F] {
    32         fill-image: "info.png";
     32        fill-image: "info";
    3333        fill-opacity: .8;
    3434}
  • trunk/test/data/renderer/area-icon/style.mapcss

    r11762 r13904  
    55
    66area[test] {
    7         icon-image: "info.png";
     7        icon-image: "info";
    88        color: red;
    99        width: 1;
Note: See TracChangeset for help on using the changeset viewer.