Index: trunk/test/functional/org/openstreetmap/josm/data/osm/TaginfoTestIT.java
===================================================================
--- trunk/test/functional/org/openstreetmap/josm/data/osm/TaginfoTestIT.java	(revision 10733)
+++ trunk/test/functional/org/openstreetmap/josm/data/osm/TaginfoTestIT.java	(revision 10758)
@@ -45,5 +45,5 @@
      */
     @Test
-    public void checkPopularTags() throws SAXException, IOException, ParseException {
+    public void testCheckPopularTags() throws SAXException, IOException, ParseException {
         TaggingPresets.readFromPreferences();
         new TagChecker().initialize();
Index: trunk/test/functional/org/openstreetmap/josm/io/MultiFetchServerObjectReaderTest.java
===================================================================
--- trunk/test/functional/org/openstreetmap/josm/io/MultiFetchServerObjectReaderTest.java	(revision 10733)
+++ trunk/test/functional/org/openstreetmap/josm/io/MultiFetchServerObjectReaderTest.java	(revision 10758)
@@ -271,5 +271,5 @@
 
     @Test
-    public void multiGetWithNonExistingNode() throws OsmTransferException {
+    public void testMultiGetWithNonExistingNode() throws OsmTransferException {
         MultiFetchServerObjectReader reader = new MultiFetchServerObjectReader();
         ArrayList<Node> nodes = new ArrayList<>(ds.getNodes());
Index: trunk/test/functional/org/openstreetmap/josm/io/OsmServerBackreferenceReaderTest.java
===================================================================
--- trunk/test/functional/org/openstreetmap/josm/io/OsmServerBackreferenceReaderTest.java	(revision 10733)
+++ trunk/test/functional/org/openstreetmap/josm/io/OsmServerBackreferenceReaderTest.java	(revision 10758)
@@ -273,5 +273,5 @@
 
     @Test
-    public void testBackreferenceForNode_Full() throws OsmTransferException {
+    public void testBackreferenceForNodeFull() throws OsmTransferException {
         Node n = lookupNode(ds, 0);
         assertNotNull(n);
@@ -357,5 +357,5 @@
 
     @Test
-    public void testBackreferenceForWay_Full() throws OsmTransferException {
+    public void testBackreferenceForWayFull() throws OsmTransferException {
         Way w = lookupWay(ds, 1);
         assertNotNull(w);
@@ -506,5 +506,5 @@
 
     @Test
-    public void testBackreferenceForRelation_Full() throws OsmTransferException {
+    public void testBackreferenceForRelationFull() throws OsmTransferException {
         Relation r = lookupRelation(ds, 1);
         assertNotNull(r);
Index: trunk/test/functional/org/openstreetmap/josm/tools/HttpClientTest.java
===================================================================
--- trunk/test/functional/org/openstreetmap/josm/tools/HttpClientTest.java	(revision 10733)
+++ trunk/test/functional/org/openstreetmap/josm/tools/HttpClientTest.java	(revision 10758)
@@ -147,5 +147,5 @@
 
     @Test
-    public void test418() throws IOException {
+    public void testHttp418() throws IOException {
         // https://tools.ietf.org/html/rfc2324
         final HttpClient.Response response = HttpClient.create(new URL("https://httpbin.org/status/418")).connect(progress);
