Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 40001 invoked from network); 4 Apr 2011 14:23:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Apr 2011 14:23:52 -0000 Received: (qmail 19532 invoked by uid 500); 4 Apr 2011 14:23:52 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 19514 invoked by uid 500); 4 Apr 2011 14:23:52 -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 19506 invoked by uid 99); 4 Apr 2011 14:23:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Apr 2011 14:23:52 +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; Mon, 04 Apr 2011 14:23:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9FF7223888CB; Mon, 4 Apr 2011 14:23:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1088633 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/UpdateStatisticsTest.java Date: Mon, 04 Apr 2011 14:23:29 -0000 To: derby-commits@db.apache.org From: kahatlen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110404142329.9FF7223888CB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kahatlen Date: Mon Apr 4 14:23:29 2011 New Revision: 1088633 URL: http://svn.apache.org/viewvc?rev=1088633&view=rev Log: DERBY-5174: Failure in UpdateStatisticsTest after DERBY-5153 Drop the test table on completion of the test case. Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/UpdateStatisticsTest.java Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/UpdateStatisticsTest.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/UpdateStatisticsTest.java?rev=1088633&r1=1088632&r2=1088633&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/UpdateStatisticsTest.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/UpdateStatisticsTest.java Mon Apr 4 14:23:29 2011 @@ -264,6 +264,10 @@ public class UpdateStatisticsTest extend } updateConn.close(); + + // Clean-up + dropTable("derby5153"); + commit(); } /**