Changeset 11923 in josm


Ignore:
Timestamp:
2017-04-15T20:36:27+02:00 (7 years ago)
Author:
Don-vip
Message:

drop StartSSL test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTest.java

    r11921 r11923  
    4343    @Test
    4444    public void testDefault() throws IOException {
    45         // something that is neither DST nor StartSSL
     45        // something that is not embedded
    4646        connect("https://google.com", true);
    4747    }
     
    6161        // signed by letsencrypt's cross-sign CA, requires SNI
    6262        connect("https://acme-v01.api.letsencrypt.org", true);
    63     }
    64 
    65     /**
    66      * Test <a href="https://www.startssl.com">StartSSL</a>.
    67      * @throws IOException in case of I/O error
    68      */
    69     @Test
    70     public void testStartSSL() throws IOException {
    71         // StartSSL is untrusted
    72         connect("https://www.startssl.com", false);
    7363    }
    7464
Note: See TracChangeset for help on using the changeset viewer.