From: <tho...@us...> - 2010-09-29 11:52:26
|
Revision: 3674 http://bigdata.svn.sourceforge.net/bigdata/?rev=3674&view=rev Author: thompsonbry Date: 2010-09-29 11:52:20 +0000 (Wed, 29 Sep 2010) Log Message: ----------- Added the CTC striterators to the set of unit tests to run in the CI builds. Modified Paths: -------------- branches/QUADS_QUERY_BRANCH/build.xml Modified: branches/QUADS_QUERY_BRANCH/build.xml =================================================================== --- branches/QUADS_QUERY_BRANCH/build.xml 2010-09-29 11:16:15 UTC (rev 3673) +++ branches/QUADS_QUERY_BRANCH/build.xml 2010-09-29 11:52:20 UTC (rev 3674) @@ -1842,6 +1842,7 @@ <!-- Test suites to run when -DtestName is not set --> + <test name="cutthecrap.utils.striterator.TestAll" todir="${test.results.dir}" unless="testName" /> <test name="com.bigdata.cache.TestAll" todir="${test.results.dir}" unless="testName" /> <test name="com.bigdata.io.TestAll" todir="${test.results.dir}" unless="testName" /> <test name="com.bigdata.net.TestAll" todir="${test.results.dir}" unless="testName" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |