changeset 24:0a0807113962

It might help to keep the list sorted.
author Sjoerd Mullender <sjoerd@acm.org>
date Thu, 20 Oct 2016 16:08:31 +0200 (2016-10-20)
parents e8cced5f7283
children 5ec116ba7d71
files tests/build.xml
diffstat 1 files changed, 14 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/tests/build.xml
+++ b/tests/build.xml
@@ -95,43 +95,43 @@ Copyright 1997 - July 2008 CWI, August 2
   <!-- Run tests -->
   <target name="test">
     <antcall target="Test_Cautocommit" />
-    <antcall target="Test_Clargequery" />
-    <antcall target="Test_Cmanycon" />
     <antcall target="Test_Cforkbomb" />
     <antcall target="Test_CisValid" />
-    <antcall target="Test_Csavepoints" />
-    <antcall target="Test_Ctransaction" />
+    <antcall target="Test_Clargequery" />
+    <antcall target="Test_Cmanycon" />
     <antcall target="Test_Creplysize" />
+    <antcall target="Test_Csavepoints" />
     <antcall target="Test_Csendthread" />
+    <antcall target="Test_Ctransaction" />
     <antcall target="Test_Dobjects" />
+    <antcall target="Test_FetchSize" />
+    <antcall target="Test_Int128" />
     <antcall target="Test_PSgeneratedkeys" />
     <antcall target="Test_PSgetObject" />
+    <antcall target="Test_PSlargeamount" />
+    <antcall target="Test_PSlargebatchval" />
     <antcall target="Test_PSlargeresponse" />
-    <antcall target="Test_PSlargeamount" />
+    <antcall target="Test_PSmanycon" />
+    <antcall target="Test_PSmetadata" />
     <antcall target="Test_PSsomeamount" />
-    <antcall target="Test_PSlargebatchval" />
+    <antcall target="Test_PSsqldata" />
     <antcall target="Test_PStimedate" />
     <antcall target="Test_PStimezone" />
     <antcall target="Test_PStypes" />
-    <antcall target="Test_PSmanycon" />
-    <antcall target="Test_PSmetadata" />
-    <antcall target="Test_PSsqldata" />
     <antcall target="Test_Rbooleans" />
     <antcall target="Test_Rmetadata" />
     <antcall target="Test_Rpositioning" />
+    <antcall target="Test_Rsqldata" />
     <antcall target="Test_Rtimedate" />
-    <antcall target="Test_Rsqldata" />
     <antcall target="Test_Sbatching" />
     <antcall target="Test_Smoreresults" />
-    <antcall target="Test_Int128" />
-    <antcall target="Test_FetchSize" />
     <antcall target="Test_Wrapper" />
     <antcall target="BugConcurrent_clients_SF_1504657" />
     <antcall target="BugConcurrent_sequences" />
+    <antcall target="BugDatabaseMetaData_Bug_3356" />
+    <antcall target="BugDecimalRound_Bug_3561" />
     <antcall target="BugExecuteUpdate_Bug_3350" />
-    <antcall target="BugDatabaseMetaData_Bug_3356" />
     <antcall target="BugSetQueryTimeout_Bug_3357" />
-    <antcall target="BugDecimalRound_Bug_3561" />
   </target>
 
   <target name="test_class" depends="compile,jdbc">