|
From: Colin S. <col...@ex...> - 2003-09-19 22:42:49
|
Test running seems to be broken, with the build.properties and build.xml
that's in CVS. That is,
<batchtest fork="yes" todir="${reports.dir}">
<fileset dir="test" includes="${test.includes}"
excludes="${test.excludes}"/>
</batchtest>
should be
<batchtest fork="yes" todir="${reports.dir}">
<fileset dir="${testbuild.dir}"
includes="${test.includes}" excludes="${test.excludes}"/>
</batchtest>
or no tests run...
Rod Johnson wrote:
>I've now updated all the deprecated EasyMock APIs in the test suite. Please
>remember to update before working on any tests: I've modified a large
>proportion of the test suite.
>
>Regards,
>Rod
>
>
>
>-------------------------------------------------------
>This sf.net email is sponsored by:ThinkGeek
>Welcome to geek heaven.
>http://thinkgeek.com/sf
>_______________________________________________
>Springframework-developer mailing list
>Spr...@li...
>https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
>
|