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:32:19 UTC

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

Author: kmarsden
Date: Tue Apr  9 19:32:18 2013
New Revision: 1466191

URL: http://svn.apache.org/r1466191
Log:
Remove TableFunctionTest.derby-6151 from compat testing as fix is not in 10.10.1.1 rc


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

Modified: db/derby/code/branches/10.8.3.1_testcompat/java/testing/org/apache/derbyTesting/functionTests/tests/lang/TableFunctionTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.8.3.1_testcompat/java/testing/org/apache/derbyTesting/functionTests/tests/lang/TableFunctionTest.java?rev=1466191&r1=1466190&r2=1466191&view=diff
==============================================================================
--- db/derby/code/branches/10.8.3.1_testcompat/java/testing/org/apache/derbyTesting/functionTests/tests/lang/TableFunctionTest.java (original)
+++ db/derby/code/branches/10.8.3.1_testcompat/java/testing/org/apache/derbyTesting/functionTests/tests/lang/TableFunctionTest.java Tue Apr  9 19:32:18 2013
@@ -1934,7 +1934,8 @@ public class TableFunctionTest extends B
         throws Exception
     {
         derby_4092();
-        derby_6151();
+        // Disable DERBY-6151 for compat. Fix not in 10.10.1.1 rc
+        //derby_6151();
     }
     
     /**