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 my...@apache.org on 2007/10/26 22:12:29 UTC

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

Author: myrnavl
Date: Fri Oct 26 13:12:29 2007
New Revision: 588765

URL: http://svn.apache.org/viewvc?rev=588765&view=rev
Log:
DERBY-3152 - commenting out test added for DERBY-2903

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

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/_Suite.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/_Suite.java?rev=588765&r1=588764&r2=588765&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/_Suite.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/_Suite.java Fri Oct 26 13:12:29 2007
@@ -49,7 +49,8 @@
         // one places this test after a test that runs 'runSQLCommands'
         // (e.g. IJRunScriptTest, or ImportExportTest), the System.out
         // never gets the redirected info.
-        suite.addTest(SysinfoCPCheckTest.suite());
+        // commenting out, as it's not working in Sun's nightlies - see DERBY-3152
+        //suite.addTest(SysinfoCPCheckTest.suite());
         suite.addTest(IJRunScriptTest.suite());
         suite.addTest(ImportExportTest.suite());
         suite.addTest(ImportExportBinaryDataTest.suite());