Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8263318AF9 for ; Wed, 3 Jun 2015 18:20:02 +0000 (UTC) Received: (qmail 96471 invoked by uid 500); 3 Jun 2015 18:20:02 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 96432 invoked by uid 500); 3 Jun 2015 18:20:02 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 96423 invoked by uid 99); 3 Jun 2015 18:20:02 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2015 18:20:02 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 39637AC026E for ; Wed, 3 Jun 2015 18:20:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1683402 - /httpcomponents/httpcore/branches/4.4.x/httpcore-nio/src/test/java/org/apache/http/nio/integration/TestHttpsAsyncTimeout.java Date: Wed, 03 Jun 2015 18:20:02 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150603182002.39637AC026E@hades.apache.org> Author: olegk Date: Wed Jun 3 18:20:01 2015 New Revision: 1683402 URL: http://svn.apache.org/r1683402 Log: Enable https protocol for TestHttpsAsyncTimeout, so timeout will be tested for real Modified: httpcomponents/httpcore/branches/4.4.x/httpcore-nio/src/test/java/org/apache/http/nio/integration/TestHttpsAsyncTimeout.java Modified: httpcomponents/httpcore/branches/4.4.x/httpcore-nio/src/test/java/org/apache/http/nio/integration/TestHttpsAsyncTimeout.java URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.4.x/httpcore-nio/src/test/java/org/apache/http/nio/integration/TestHttpsAsyncTimeout.java?rev=1683402&r1=1683401&r2=1683402&view=diff ============================================================================== --- httpcomponents/httpcore/branches/4.4.x/httpcore-nio/src/test/java/org/apache/http/nio/integration/TestHttpsAsyncTimeout.java (original) +++ httpcomponents/httpcore/branches/4.4.x/httpcore-nio/src/test/java/org/apache/http/nio/integration/TestHttpsAsyncTimeout.java Wed Jun 3 18:20:01 2015 @@ -53,6 +53,10 @@ public class TestHttpsAsyncTimeout exten private ServerSocket serverSocket; + public TestHttpsAsyncTimeout() { + super(ProtocolScheme.https); + } + @Before public void setUp() throws Exception { initClient();