Changeset 17381 in josm
- Timestamp:
- 2020-12-01T18:49:30+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/validation/routines/UrlValidatorTest.java
r17374 r17381 142 142 String[] schemes = {"http", "https"}; 143 143 UrlValidator urlValidator = new UrlValidator(schemes, UrlValidator.NO_FRAGMENTS); 144 // CHECKSTYLE.OFF: LineLength 144 145 assertTrue(urlValidator.isValid( 145 146 "http://l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.org")); 147 // CHECKSTYLE.OFF: LineLength 146 148 } 147 149
Note:
See TracChangeset
for help on using the changeset viewer.