Re: [lang] Unit Tests Also: [lang][patch] New submission: FastDateFormat,FastDateFormatTest

2003-01-06 Thread Sean Schofield
Henri Yandell wrote: You seem to use assertFalse and assertNotSame, which I think are JUnit 3.8.1 functions and not 3.7. [I'm a little unsure, as I think the junit-3.7.jar on my machine is actually a junit-3.8.1.jar due to some screwup]. Against 3.8.1, these tests run fine. Against 3.7 they don'

[lang] Unit Tests Also: [lang][patch] New submission: FastDateFormat,FastDateFormatTest

2003-01-06 Thread Henri Yandell
You seem to use assertFalse and assertNotSame, which I think are JUnit 3.8.1 functions and not 3.7. [I'm a little unsure, as I think the junit-3.7.jar on my machine is actually a junit-3.8.1.jar due to some screwup]. Against 3.8.1, these tests run fine. Against 3.7 they don't. Anyone got a reaso

[lang][patch] New submission: FastDateFormat, FastDateFormatTest

2003-01-06 Thread Sean Schofield
FastDateFormat is a new class for the time subpackage of commons-lang. It is based on a class originally written by Brian O'Neill for a non-jakarta-related open source project. It has been reused (and modified) with his permission. I wrote FastDateFormatTest to go along with this. A few unit