Changeset 11479 in josm for trunk/test/unit/org/openstreetmap/josm/data/validation
- Timestamp:
- 2017-01-18T08:51:08+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/validation/tests/RelationCheckerTest.java
r11475 r11479 154 154 r.addMember(new RelationMember("stop", createPrimitive("way no-rail-way=yes"))); 155 155 assertEquals(1, testRelation(r).size()); 156 assertEquals("Type 'way' of relation member with role 'stop' does not match accepted types 'node' in template Public Transport Route (Rail)", 156 assertEquals( 157 "Type 'way' of relation member with role 'stop' does not match accepted types 'node' in template Public Transport Route (Rail)", 157 158 testRelation(r).get(0).getDescription()); 158 159
Note:
See TracChangeset
for help on using the changeset viewer.
