Yeah !!!!!

I have modified the FileUtils.readFully(Reader rdr, int bufferSize) so that
it closes the reader and all works.

Now the retest of ants whole test suite ... if there are no problems I will
commit that.

Ups - some other tests failed because of the closed reader. So I close the
reader in the ConcatFilterTest.
Yes, only the org.apache.tools.ant.taskdefs.ReplaceTest.test9() fails (like
before).

Thanks Peter.


Jan

> -----Original Message-----
> From: peter reilly [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 23, 2003 2:35 PM
> To: Ant Developers List
> Subject: Re: concat teardown failing
> 
> 
> Bingo, I think.
> 
> The tests in ConcatFilterTest do this:
>         String resultContent = fu.readFully(
>              new java.io.FileReader(resultFile));
> so nothing closes the resultfile.
> 
> Peter
> 
> On Tuesday 23 September 2003 10:17, [EMAIL PROTECTED] wrote:
> > co
> >
> > > > ncat.filterReaderPrepend.tes
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to