Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 93974 invoked from network); 13 May 2008 19:55:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 May 2008 19:55:36 -0000 Received: (qmail 13638 invoked by uid 500); 13 May 2008 19:55:38 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 13614 invoked by uid 500); 13 May 2008 19:55:37 -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 13603 invoked by uid 99); 13 May 2008 19:55:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2008 12:55:37 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Tue, 13 May 2008 19:55:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7DD472388A27; Tue, 13 May 2008 12:55:15 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r655990 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GrantRevokeDDLTest.java Date: Tue, 13 May 2008 19:55:15 -0000 To: derby-commits@db.apache.org From: mamta@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080513195515.7DD472388A27@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mamta Date: Tue May 13 12:55:15 2008 New Revision: 655990 URL: http://svn.apache.org/viewvc?rev=655990&view=rev Log: Removing old comment from GrantRevokeDDLTest which does not apply anymore. Fix to DERBY-1062 will now correctly throw an exception if a user tries to compress a table on which it does not have correct privileges. Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GrantRevokeDDLTest.java Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GrantRevokeDDLTest.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GrantRevokeDDLTest.java?rev=655990&r1=655989&r2=655990&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GrantRevokeDDLTest.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GrantRevokeDDLTest.java Tue May 13 12:55:15 2008 @@ -1046,8 +1046,7 @@ assertUpdateCount(cSt, 0); cSt.close(); - // Try compressing tables not owned... INPLACE_COMPRESS - // currently passes, pending DERBY-1062 + // Try compressing tables not owned. cSt = samConnection.prepareCall( "call SYSCS_UTIL.SYSCS_COMPRESS_TABLE('SWIPER', 'MYTAB', 1)");