# HG changeset patch # User Martin van Dinther <martin.van.dinther@monetdbsolutions.com> # Date 1476970349 -7200 # Node ID 07530c9a099e379c83d5d30a8d78e4952c5779a9 # Parent 3fa84d6924a6f41363fb6ab4d1e71c0d29e032ff Removed duplicate <antcall target="Test_Creplysize" /> Added missing <antcall target="Test_PSgetObject" /> diff --git a/tests/build.xml b/tests/build.xml --- a/tests/build.xml +++ b/tests/build.xml @@ -99,13 +99,13 @@ Copyright 1997 - July 2008 CWI, August 2 <antcall target="Test_Cmanycon" /> <antcall target="Test_Cforkbomb" /> <antcall target="Test_CisValid" /> - <antcall target="Test_Creplysize" /> <antcall target="Test_Csavepoints" /> <antcall target="Test_Ctransaction" /> <antcall target="Test_Creplysize" /> <antcall target="Test_Csendthread" /> <antcall target="Test_Dobjects" /> <antcall target="Test_PSgeneratedkeys" /> + <antcall target="Test_PSgetObject" /> <antcall target="Test_PSlargeresponse" /> <antcall target="Test_PSlargeamount" /> <antcall target="Test_PSsomeamount" /> @@ -225,6 +225,12 @@ Copyright 1997 - July 2008 CWI, August 2 </antcall> </target> + <target name="Test_PSgetObject"> + <antcall target="test_class"> + <param name="test.class" value="Test_PSgetObject" /> + </antcall> + </target> + <target name="Test_PSlargeresponse"> <antcall target="test_class"> <param name="test.class" value="Test_PSlargeresponse" /> @@ -363,4 +369,10 @@ Copyright 1997 - July 2008 CWI, August 2 </antcall> </target> + <target name="BugDecimalRound_Bug_3561"> + <antcall target="test_class"> + <param name="test.class" value="BugDecimalRound_Bug_3561" /> + </antcall> + </target> + </project>