--- [EMAIL PROTECTED] wrote:
> The tests all passed on JDK 1.4.1, 1.3.1, 1.2.2 Windows Sun. Well until
> the parseCVS test stopped working last night :-(
Does that include compiling the tests on 1.2.2? See my comments on the
Bugzilla ticket:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=190
The tests all passed on JDK 1.4.1, 1.3.1, 1.2.2 Windows Sun. Well until the parseCVS
test stopped working last night :-(
I will try to come up with an alternative strategy for Linux.
Stephen
> from:Henri Yandell <[EMAIL PROTECTED]>
> > the junit tests all work on linux :-)
>
> They fail
On Sun, 3 Aug 2003, Martin Poeschl wrote:
> Stephen Colebourne wrote:
>
> >Work todo for 2.0:
> >- Enum tests on Linux
> >Hard for me to look at as I don't have Linux
> >
>
> the junit tests all work on linux :-)
They fail for me on JDK 1.2. The JUnit tests don't compile under Sun Linux
JDK
Stephen Colebourne wrote:
Work todo for 2.0:
- Enum tests on Linux
Hard for me to look at as I don't have Linux
the junit tests all work on linux :-)
martin
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comman
Work todo for 2.0:
- Enum tests on Linux
Hard for me to look at as I don't have Linux
StringUtils is done I think (again!), additional commits today were -
- don't throw exceptions from left(), right(), mid(), leftPad(), rightPad(),
center()
this brings all of StringUtils in line
- added