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 19:17:27 UTC

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

Author: kmarsden
Date: Tue Apr  9 17:17:26 2013
New Revision: 1466139

URL: http://svn.apache.org/r1466139
Log:
Disable AlterTableTest.testDropConstraint()  because it tests the system tables explicitly and
will change as sytem tables are added.


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

Modified: db/derby/code/branches/10.8.3.1_testcompat/java/testing/org/apache/derbyTesting/functionTests/tests/lang/AlterTableTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.8.3.1_testcompat/java/testing/org/apache/derbyTesting/functionTests/tests/lang/AlterTableTest.java?rev=1466139&r1=1466138&r2=1466139&view=diff
==============================================================================
--- db/derby/code/branches/10.8.3.1_testcompat/java/testing/org/apache/derbyTesting/functionTests/tests/lang/AlterTableTest.java (original)
+++ db/derby/code/branches/10.8.3.1_testcompat/java/testing/org/apache/derbyTesting/functionTests/tests/lang/AlterTableTest.java Tue Apr  9 17:17:26 2013
@@ -740,7 +740,9 @@ public final class AlterTableTest extend
         JDBC.assertUnorderedResultSet(rs, expRS, true);
     }
 
-    public void testDropConstraint() throws Exception {
+    // Disable testDropConstraint because it tests 
+    // system tables which might change.
+    public void xtestDropConstraint() throws Exception {
         Statement st = createStatement();
         createTestObjects(st);
         // drop constraint negative tests drop non-existent constraint