# HG changeset patch
# User Sjoerd Mullender <sjoerd@acm.org>
# Date 1476972511 -7200
# Node ID 0a08071139621c9303cd7c9227b266c4ceade4c9
# Parent  e8cced5f7283b3dd17b326f6e8f10f2f99acad43
It might help to keep the list sorted.

diff --git a/tests/build.xml b/tests/build.xml
--- 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">