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 km...@apache.org on 2013/04/09 21:18:15 UTC

svn commit: r1466184 - /db/derby/code/branches/10.8.3.1_testcompat/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GrantRevokeDDLTest.java

Author: kmarsden
Date: Tue Apr  9 19:18:14 2013
New Revision: 1466184

URL: http://svn.apache.org/r1466184
Log:
Disable GrantRevokeDDLTest.testGrantRevokeDDL2 for compat as it checks system tables explicitly.


Modified:
    db/derby/code/branches/10.8.3.1_testcompat/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GrantRevokeDDLTest.java

Modified: db/derby/code/branches/10.8.3.1_testcompat/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GrantRevokeDDLTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.8.3.1_testcompat/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GrantRevokeDDLTest.java?rev=1466184&r1=1466183&r2=1466184&view=diff
==============================================================================
--- db/derby/code/branches/10.8.3.1_testcompat/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GrantRevokeDDLTest.java (original)
+++ db/derby/code/branches/10.8.3.1_testcompat/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GrantRevokeDDLTest.java Tue Apr  9 19:18:14 2013
@@ -6526,8 +6526,8 @@ public final class GrantRevokeDDLTest ex
         user2.close();
     }
     
-        
-    public void testGrantRevokeDDL2() throws SQLException {
+    //Disable for compat as this test tests sytem tables explicitly
+    public void xtestGrantRevokeDDL2() throws SQLException {
 
     	ResultSet rs = null;
         SQLWarning sqlWarn = null;