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 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.

florin

-- 

"If it's not broken, let's fix it till it is."

41A9 2BDE 8E11 F1C5 87A6  03EE 34B3 E075 3B90 DFE4

Attachment: pgpCPjS4_AVMP.pgp
Description: PGP signature


Back to the top