Changeset 17434 in josm for trunk/test/unit/org
- Timestamp:
- 2021-01-03T23:17:33+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/validation/tests/ConditionalKeysTest.java
r17275 r17434 40 40 @Test 41 41 void testKeyValid() { 42 assertTrue(test.isKeyValid("dog:conditional")); 42 43 assertTrue(test.isKeyValid("maxspeed:conditional")); 43 44 assertTrue(test.isKeyValid("motor_vehicle:conditional"));
Note:
See TracChangeset
for help on using the changeset viewer.