Re: [lang] Work outstanding

2003-08-04 Thread Phil Steitz
--- [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

Re: [lang] Work outstanding

2003-08-04 Thread scolebourne
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

Re: [lang] Work outstanding

2003-08-04 Thread Henri Yandell
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

Re: [lang] Work outstanding

2003-08-03 Thread Martin Poeschl
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

[lang] Work outstanding

2003-08-01 Thread Stephen Colebourne
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