You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ma...@apache.org on 2008/05/13 21:55:15 UTC

svn commit: r655990 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GrantRevokeDDLTest.java

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)");