From: <dm...@us...> - 2010-10-26 16:32:00
|
Revision: 3846 http://bigdata.svn.sourceforge.net/bigdata/?rev=3846&view=rev Author: dmacgbr Date: 2010-10-26 16:31:54 +0000 (Tue, 26 Oct 2010) Log Message: ----------- Cause the ctc-striterator unit test suite to run by a) fixing typo in package name and b) compiling the test class. NB running this test suite no longer results in an error but there is a failure because of an empty place-holder test class. The remaining tests defined in the suite pass. Modified Paths: -------------- branches/QUADS_QUERY_BRANCH/build.xml Modified: branches/QUADS_QUERY_BRANCH/build.xml =================================================================== --- branches/QUADS_QUERY_BRANCH/build.xml 2010-10-25 17:45:26 UTC (rev 3845) +++ branches/QUADS_QUERY_BRANCH/build.xml 2010-10-26 16:31:54 UTC (rev 3846) @@ -1501,6 +1501,7 @@ <src path="${bigdata.dir}/bigdata-jini/src/test" /> <src path="${bigdata.dir}/bigdata-rdf/src/test" /> <src path="${bigdata.dir}/bigdata-sails/src/test" /> + <src path="${bigdata.dir}/ctc-striterators/src/test" /> <!-- <src path="${bigdata.dir}/bigdata-gom/src/test" /> --> @@ -1846,7 +1847,7 @@ <!-- Test suites to run when -DtestName is not set --> - <test name="cutthecrap.utils.striterator.TestAll" todir="${test.results.dir}" unless="testName" /> + <test name="cutthecrap.utils.striterators.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. |