|
From: Rod J. <rod...@in...> - 2003-09-20 15:13:23
|
Thanks Colin, I've fixed this.
----- Original Message -----
From: "Colin Sampaleanu" <col...@ex...>
To: "Rod Johnson" <rod...@in...>
Cc: <spr...@li...>
Sent: Friday, September 19, 2003 11:42 PM
Subject: Re: [Springframework-developer] Mock Objects
> 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
> >
> >
>
>
|