Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 82034 invoked from network); 3 Dec 2007 20:37:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Dec 2007 20:37:44 -0000 Received: (qmail 73478 invoked by uid 500); 3 Dec 2007 20:37:32 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 73454 invoked by uid 500); 3 Dec 2007 20:37:32 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 73441 invoked by uid 99); 3 Dec 2007 20:37:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2007 12:37:32 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2007 20:37:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7FCAB1A9832; Mon, 3 Dec 2007 12:37:21 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r600675 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/NSSecurityMechanismTest.java Date: Mon, 03 Dec 2007 20:37:21 -0000 To: derby-commits@db.apache.org From: djd@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071203203721.7FCAB1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: djd Date: Mon Dec 3 12:37:20 2007 New Revision: 600675 URL: http://svn.apache.org/viewvc?rev=600675&view=rev Log: Close a connection in NSSecurityMechanismTest. Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/NSSecurityMechanismTest.java Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/NSSecurityMechanismTest.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/NSSecurityMechanismTest.java?rev=600675&r1=600674&r2=600675&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/NSSecurityMechanismTest.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/NSSecurityMechanismTest.java Mon Dec 3 12:37:20 2007 @@ -606,7 +606,7 @@ try { TestConfiguration.getCurrent(); - DriverManager.getConnection(dbUrl); + DriverManager.getConnection(dbUrl).close(); // Please note: EUSRIDPWD security mechanism in DRDA uses // Diffie-Helman for generation of shared keys. // The spec specifies the prime to use for DH which is 32 bytes and