Skip to main content

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

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

(Glitches like this are what happens when you try to program
while taking care of a sick two year old. :-)

	-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