Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] Latest checkin *does* run the unit tests - with one change

On Tuesday 13 August 2002 05:00 pm, Florin Iucha wrote:
> On Tue, Aug 13, 2002 at 12:53:13PM +0000, Mark C. Chu-Carroll wrote:
> > The checkin changing the text schema *does* pass the unit tests. Stupid
> > mistake on my part, relating to the following:
> >
> >
> > There's a problem in the unit tests:in SimpleAgingFile, they call the
> > constructor new FileWriter(File, boolean). In the IBM JDK1.3 version of
> > the standard libs, that constructor doesn't exist. You need
>
> Write once, debug everywhere...
>
> > to use the FileWriter(String, boolean). I used File.toString,
> > which didn't work right; with File.getPath(), all the unit tests
> > pass with the new text schema.
>
> Mark, please change Constants.MAX_AGE to 7 and rerun the tests.
>
> If they pass, we are doing better than before.

Unit tests pass with MAX_AGE = 7.

I doubt it'll make a difference, but I'm going to give it a shot set to 12,
and see what happens.

	-Mark

-- 
Mark Craig Chu-Carroll,  IBM T.J. Watson Research Center  
*** The Stellation project: Advanced SCM for Collaboration
***		http://www.eclipse.org/stellation
*** Work Email: mcc@xxxxxxxxxxxxxx  ------- Personal Email: markcc@xxxxxxxxxxx




Back to the top