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 2012/09/07 20:31:46 UTC

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

Author: myrnavl
Date: Fri Sep  7 18:31:45 2012
New Revision: 1382114

URL: http://svn.apache.org/viewvc?rev=1382114&view=rev
Log:
DERBY-5213; Write tests to verify the interaction of TRUNCATE TABLE and online backup 
  temporarily disabling the test because of reports of failures.

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?rev=1382114&r1=1382113&r2=1382114&view=diff
==============================================================================
--- 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 Sep  7 18:31:45 2012
@@ -226,7 +226,7 @@ public class _Suite extends BaseTestCase
         suite.addTest(HalfCreatedDatabaseTest.suite());
         suite.addTest(NativeAuthenticationServiceTest.suite());
         suite.addTest(Derby5652.suite());
-        suite.addTest(TruncateTableAndOnlineBackupTest.suite()); 
+        //suite.addTest(TruncateTableAndOnlineBackupTest.suite()); 
         return suite;
 	}
 }