Changeset: 07530c9a099e for monetdb-java URL: https://dev.monetdb.org/hg/monetdb-java/rev/07530c9a099e Modified Files: tests/build.xml Branch: default Log Message:
Removed duplicate <antcall target="Test_Creplysize" /> Added missing <antcall target="Test_PSgetObject" /> diffs (42 lines): 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> _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list