Changeset 6601 in josm for trunk/test/unit/org/openstreetmap/TestUtils.java
- Timestamp:
- 2014-01-02T23:58:58+01:00 (12 years ago)
- File:
-
- 1 edited
-
trunk/test/unit/org/openstreetmap/TestUtils.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/TestUtils.java
r6592 r6601 60 60 assertThat(p.get("railway"), is("rail")); 61 61 } 62 63 @Test(expected = IllegalArgumentException.class) 64 public void testCreatePrimitiveFail() throws Exception { 65 TestUtils.createPrimitive("noway name=Foo"); 66 } 67 62 68 }
Note:
See TracChangeset
for help on using the changeset viewer.
