Changeset 17993 in josm
- Timestamp:
- 2021-07-11T03:33:21+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/io/ValidatorErrorWriterTest.java
r17992 r17993 46 46 .message("Building with an almost square angle") 47 47 .primitives(new Node(LatLon.NORTH_POLE)).build()), 48 " <analyser timestamp='\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3 }Z' name='Almost right angle buildings'>"48 " <analyser timestamp='\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3,9}Z' name='Almost right angle buildings'>" 49 49 + " <class id='1' level='3'>" 50 50 + " <classtext lang='en' title='Building with an almost square angle'/>" … … 66 66 assertTrue(xml.trim().replace("\r", "").replace("\n", "") 67 67 .matches("<\\?xml version='1.0' encoding='UTF-8'\\?>" + 68 "<analysers generator='JOSM' timestamp='\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3 }Z'>" +68 "<analysers generator='JOSM' timestamp='\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3,9}Z'>" + 69 69 content + 70 70 "</analysers>"), xml);
Note:
See TracChangeset
for help on using the changeset viewer.