On 1/22/07, Adam Lally <[EMAIL PROTECTED]> wrote:
On 1/22/07, Lev Kozakov <[EMAIL PROTECTED]> wrote: > > Lev, > > > > The patch fixes testUTF8WithSignature. > > > > However, testUTF16NoSignature is failing! Intrestingly, > > testUTF16WithSignature has never had any problem, even before your > > patch. What's going on? > > <snip/> > > I tried all the test with both Sun's Java 1.4.2 and 1.5.0 - everything works > fine for me after fixing the initial problem in testUTF8WithSignature and > testUTF16WithSignature (with current patch). However, I would like to modify > the patch a little bit to make sure it will work with all future releases of > Sun's Java. > Lev, can you do a fresh extract from SVN (without your patch) and run with Java 1.4.2, and tell me which tests are failing? For me (I just tried again), the failing tests are: testUTF8WithSignature testUTF16NoSignature To repeat, that last one is testUTF16 NO Signature. (So since you didn't patch that one, it's still failing for me after applying your patch.) Do you have different results? (I'm on Windows, using Java 1.4.2_12, if that matters.) Can one of the other committers try this and see if they get the same result as I do? Thanks, -Adam
I tried running all the tests by using a fresh extract from SVN with Sun's Java 1.4.2_10 (specified as the alternate JRE in the JUnit Eclipse RUN configuration). All tests, except for the 'testUTF8WithSignature' passed without errors. The 'testUTF8WithSignature' has NullPointerException. If I switch to Sun's Java 1.5.0_07 (Project JRE), all tests pass successfully. So, I have the same result as you had at the beginning of this issue. -- Lev
