Return-Path: X-Original-To: apmail-db-torque-dev-archive@www.apache.org Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A9F8FDB7A for ; Thu, 25 Oct 2012 19:58:11 +0000 (UTC) Received: (qmail 46650 invoked by uid 500); 25 Oct 2012 19:58:11 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 46633 invoked by uid 500); 25 Oct 2012 19:58:11 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 46623 invoked by uid 500); 25 Oct 2012 19:58:11 -0000 Received: (qmail 46620 invoked by uid 99); 25 Oct 2012 19:58:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2012 19:58:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2012 19:58:09 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6B26A23888E4; Thu, 25 Oct 2012 19:57:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1402307 - /db/torque/torque4/trunk/torque-test/src/test/java/org/apache/torque/avalon/AvalonMapBuildersTest.java Date: Thu, 25 Oct 2012 19:57:25 -0000 To: torque-commits@db.apache.org From: tfischer@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121025195725.6B26A23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tfischer Date: Thu Oct 25 19:57:24 2012 New Revision: 1402307 URL: http://svn.apache.org/viewvc?rev=1402307&view=rev Log: do not store unused local variable Modified: db/torque/torque4/trunk/torque-test/src/test/java/org/apache/torque/avalon/AvalonMapBuildersTest.java Modified: db/torque/torque4/trunk/torque-test/src/test/java/org/apache/torque/avalon/AvalonMapBuildersTest.java URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/src/test/java/org/apache/torque/avalon/AvalonMapBuildersTest.java?rev=1402307&r1=1402306&r2=1402307&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-test/src/test/java/org/apache/torque/avalon/AvalonMapBuildersTest.java (original) +++ db/torque/torque4/trunk/torque-test/src/test/java/org/apache/torque/avalon/AvalonMapBuildersTest.java Thu Oct 25 19:57:24 2012 @@ -46,7 +46,7 @@ public class AvalonMapBuildersTest exten super( name ); // trigger static constructor before Torque initialization - String testDB = AuthorPeer.DATABASE_NAME; + AuthorPeer.getAuthorPeerImpl(); // store old instance for comparison instance = org.apache.torque.Torque.getInstance(); --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org