On 1/22/07, Michael Baessler <[EMAIL PROTECTED]> wrote:
Adam Lally wrote: > For me (I just tried again), the failing tests are: > testUTF8WithSignature > testUTF16NoSignature > > Can one of the other committers try this and see if they get the same > result as I do? The same for me when using the SUN JVM 1.4.2_12 -- Michael
I installed Sun J2SE 1.4.2_13 - still all the tests passed without errors, except for the 'testUTF8WithSignature'. I also created simple standalone Java application to test the ' org.apache.uima.pear.util.XMLUtil.isValidXmlFile' method with different Java versions. In Sun J2SE 1.4.2_13 I have the same results as with my JUnit tests - UTF8_with_signature.xml fails, others pass successfully. Note, that I run the standalone Java application outside of Eclipse IDE - just from the command line. -- Lev
