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 ol...@apache.org on 2009/10/16 13:29:19 UTC

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

Author: ole
Date: Fri Oct 16 11:29:19 2009
New Revision: 825847

URL: http://svn.apache.org/viewvc?rev=825847&view=rev
Log:
DERBY-4409 - Make some tests run faster by using CleanDatabaseSetup + decorateSQL + rollback idiom

DERBY-4409_min_diff.txt: Replacing 'System.exit(1);' with the original 'st.close();'

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

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/OrderByAndSortAvoidance.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/OrderByAndSortAvoidance.java?rev=825847&r1=825846&r2=825847&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/OrderByAndSortAvoidance.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/OrderByAndSortAvoidance.java Fri Oct 16 11:29:19 2009
@@ -10116,7 +10116,7 @@
                     //End of tables creation for DERBY-4331 repro
 
                     getConnection().commit();
-                    System.exit(1);
+                    st.close();
                 }
             };
     }