Ignore:
Timestamp:
2014-01-02T23:58:58+01:00 (12 years ago)
Author:
simon04
Message:

see #9414 fix #9485 - MapCSSTagChecker: add support for set class_name instruction and .class_name condition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/TestUtils.java

    r6592 r6601  
    6060        assertThat(p.get("railway"), is("rail"));
    6161    }
     62
     63    @Test(expected = IllegalArgumentException.class)
     64    public void testCreatePrimitiveFail() throws Exception {
     65        TestUtils.createPrimitive("noway name=Foo");
     66    }
     67
    6268}
Note: See TracChangeset for help on using the changeset viewer.