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 su...@apache.org on 2007/03/16 01:37:26 UTC

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

Author: suresht
Date: Thu Mar 15 17:37:25 2007
New Revision: 518816

URL: http://svn.apache.org/viewvc?view=rev&rev=518816
Log:
DERBY-2456 (partial) 

temporarily disabling a test case that is making 
ImportExportTest.java test fail due to bug DERBY-2456.


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

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/ImportExportTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/ImportExportTest.java?view=diff&rev=518816&r1=518815&r2=518816
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/ImportExportTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/ImportExportTest.java Thu Mar 15 17:37:25 2007
@@ -151,7 +151,10 @@
 		doImportAndExport(c, "T1", "%", "&", "UTF-16");
 	}
 	
-	public void testInvalidEncoding() throws Exception {
+    /* This test is disabled temporarily due to bug : DERBY-2456 .
+     * Remove the prefix "derby2456"  when the bug is fixed.
+     */
+	public void derby2456testInvalidEncoding() throws Exception {
 		Connection c = getConnection();
 		resetTables();
 		try {