Ignore:
Timestamp:
2016-08-07T17:39:42+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S3578 - Test methods should comply with a naming convention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/functional/org/openstreetmap/josm/tools/HttpClientTest.java

    r10733 r10758  
    147147
    148148    @Test
    149     public void test418() throws IOException {
     149    public void testHttp418() throws IOException {
    150150        // https://tools.ietf.org/html/rfc2324
    151151        final HttpClient.Response response = HttpClient.create(new URL("https://httpbin.org/status/418")).connect(progress);
Note: See TracChangeset for help on using the changeset viewer.