You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by Karel Wouters <Ka...@esat.kuleuven.ac.be> on 2002/10/08 11:46:11 UTC

Re: gump error -- gotit

I checked out the new Xerces CVS today to find the bug fixed.
I didn't send in an error report, but I guess the bug had a large impact,
so it was spotted immediately by others too.

Gump now only produces the 3 classical failures (see below).
(Note that the gump website reports 3 *errors*. I could not reproduce
these.)

Does anybody have an idea about these?
What I know for the moment, is that they don't show up when using
xerces-2_0_1, but they do with xerces-2_2_0.

Karel.

PS: Using Apache-XML-Security-J v1.0.5D2

---------------------------------------------------------------
test:
    [junit] ..............F.F.....F.....................
    [junit] .........................................
    [junit] ............
    [junit] Time: 65.089
    [junit] There were 3 failures:
    [junit] 1)
test34subtree(org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315Test)junit.framework.AssertionFailedError:
3.4 Character Modifications and Character References. (uncommented,
patched to run on validating Parsers)
    [junit]     at
org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315Test.test34subtree(Unknown
Source)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
    [junit]     at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit]     at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit]     at org.apache.xml.security.test.AllTests.main(Unknown
Source)
    [junit] 2)
test34subset(org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315Test)junit.framework.AssertionFailedError:
3.4 Character Modifications and Character References. (uncommented,
patched to run on validating Parsers)
    [junit]     at
org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315Test.test34subset(Unknown
Source)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
    [junit]     at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit]     at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit]     at org.apache.xml.security.test.AllTests.main(Unknown
Source)
    [junit] 3)
test37(org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315Test)junit.framework.AssertionFailedError:
3.7 Document Subsets. (uncommented)
    [junit]     at
org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315Test.test37(Unknown
Source)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
    [junit]     at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit]     at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit]     at org.apache.xml.security.test.AllTests.main(Unknown
Source)

    [junit] FAILURES!!!
    [junit] Tests run: 94,  Failures: 3,  Errors: 0