﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
15468	Use proper domain name (example.com) in tests	rorym	team	"One part of the JOSM test suite uses `something.com` as a domain name. However example.com is reserved as a domain for documentation. This should be used instead.

https://en.wikipedia.org/wiki/Example.com

{{{
#!diff
Index: test/unit/org/openstreetmap/josm/gui/layer/markerlayer/WebMarkerTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/gui/layer/markerlayer/WebMarkerTest.java	(revision 13030)
+++ test/unit/org/openstreetmap/josm/gui/layer/markerlayer/WebMarkerTest.java	(working copy)
@@ -34,7 +34,7 @@
     public void testWebMarker() throws MalformedURLException {
         WebMarker marker = new WebMarker(
                 LatLon.ZERO,
-                new URL(""http://something.com""),
+                new URL(""http://example.com""),
                 new MarkerLayer(new GpxData(), null, null, null),
                 1d, 2d);
         marker.actionPerformed(null);
}}}"	enhancement	closed	minor	17.10	Unit tests		fixed		
