Re: [COLLECTIONS] Tests fail with JDK 1.4.2

2003-11-19 Thread Stefan Bodewig
On Tue, 18 Nov 2003, Stephen Colebourne <[EMAIL PROTECTED]> wrote: > Should be sorted now. Thanks. I can confirm that it works after a cvs up on my machine. It came too late for gump.covalent.net, so it will fail there once again, but after that things should work smoothely. > (Tests suceeded

Re: [COLLECTIONS] Tests fail with JDK 1.4.2

2003-11-18 Thread Stephen Colebourne
Should be sorted now. I made all relevant methods public. (Tests suceeded in Eclipse, but failed using ant) Stephen - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> > On Tue, 18 Nov 2003, <[EMAIL PROTECTED]> wrote: > > > Can you confirm your JDK version? I'll look at

Re: [COLLECTIONS] Tests fail with JDK 1.4.2

2003-11-18 Thread Stefan Bodewig
On Tue, 18 Nov 2003, <[EMAIL PROTECTED]> wrote: > Can you confirm your JDK version? I'll look at it tonight if I can. [EMAIL PROTECTED] jsps]$ java -fullversion java full version "1.4.2-b28" on my Linux box (Sun's SDK) and bash-2.05$ /usr/j2sdk1.4.1_02/bin/java -fullversion java full version "

Re: [COLLECTIONS] Tests fail with JDK 1.4.2

2003-11-18 Thread scolebourne
I am pretty sure that I ran the tests Sunday night (UK) and all was well. I know there was a point at which things didn't work but I fixed that. Can you confirm your JDK version? I'll look at it tonight if I can. Stephen > from:Stefan Bodewig <[EMAIL PROTECTED]> > I've been investigating

[COLLECTIONS] Tests fail with JDK 1.4.2

2003-11-18 Thread Stefan Bodewig
Hi, I've been investigating collection's GUMP failure that we are seeing since you've refactored the test hierarchy. I added an e.getTargetException().printStackTrace(); to BulkTest#addBulk's catch block for InvocationTargetExceptions to see