Mercurial > hg > monetdb-java
changeset 22:07530c9a099e
Removed duplicate <antcall target="Test_Creplysize" />
Added missing <antcall target="Test_PSgetObject" />
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 20 Oct 2016 15:32:29 +0200 (2016-10-20) |
parents | 3fa84d6924a6 |
children | e8cced5f7283 |
files | tests/build.xml |
diffstat | 1 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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>