Changeset 7902 in josm for trunk/test/unit/org/openstreetmap
- Timestamp:
- 2014-12-28T18:59:56+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/validation/tests/InternetTagsTest.java
r7824 r7902 37 37 38 38 // Valid URLs 39 testUrl("url", "www.domain.com", true); // No protocol 39 40 testUrl("url", "http://josm.openstreetmap.de", true); // Simple HTTP 40 41 testUrl("url", "http://josm.openstreetmap.de/", true); // Simple HTTP + slash … … 48 49 49 50 // Invalid URLs 50 testUrl("url", "www.domain.com", false); // No protocol51 51 testUrl("url", "something://www.domain.com", false); // invalid protocol 52 52 testUrl("url", "http://www.domain.invalidtld", false); // invalid TLD
Note:
See TracChangeset
for help on using the changeset viewer.