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 kr...@apache.org on 2007/04/20 23:05:13 UTC

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

Author: kristwaa
Date: Fri Apr 20 14:05:12 2007
New Revision: 530920

URL: http://svn.apache.org/viewvc?view=rev&rev=530920
Log:
Temporarily disabled a test addition in the lang suite, because the test itself is missing - which broke the build (of the tests).

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java?view=diff&rev=530920&r1=530919&r2=530920
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java Fri Apr 20 14:05:12 2007
@@ -98,7 +98,8 @@
         suite.addTest(CollationTest.suite());
         suite.addTest(ScrollCursors1Test.suite());
         suite.addTest(SimpleTest.suite());
-        suite.addTest(ErrorCodeTest.suite());
+        // [TEMPORARY] Commented out because the test class is missing.
+        //suite.addTest(ErrorCodeTest.suite());
 
         // Add the XML tests, which exist as a separate suite
         // so that users can "run all XML tests" easily.