Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] Test failure in nu.xom.tests.ElementTest

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: "Francois Beausoleil" <fbos AT users.sourceforge.net>
  • To: xom-interest AT lists.ibiblio.org
  • Subject: [XOM-interest] Test failure in nu.xom.tests.ElementTest
  • Date: Mon, 02 Feb 2004 12:11:40 -0500

Hello Elliotte !

I just ran the tests on my machine, and I got a single error:

<testsuite errors="1" failures="0" name="nu.xom.tests.ElementTest"
tests="53" time="3.635">
<testcase name="testToXML2" time="0.391">
<error message="Path contains invalid character: \"

type="org.apache.xerces.util.URI$MalformedURIException">org.apache.xerces.util.URI$MalformedURIException:
Path contains invalid character: \
at org.apache.xerces.util.URI.initializePath(Unknown Source)
at org.apache.xerces.util.URI.initialize(Unknown Source)
at org.apache.xerces.util.URI.&lt;init&gt;(Unknown Source)
at org.apache.xerces.impl.XMLEntityManager.expandSystemId(Unknown
Source)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown
Source)
at
org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
at
nu.xom.xerces.XML1_0ParserConfiguration.parse(XML1_0ParserConfiguration.java:74)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at nu.xom.Builder.build(Builder.java:705)
at nu.xom.Builder.build(Builder.java:631)
at nu.xom.Builder.build(Builder.java:659)
at nu.xom.tests.ElementTest.testToXML2(ElementTest.java:216)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
</error>
</testsuite>

I am on Win2K SP4.

I use Java:
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode)

My classpath does not contain any DOM, XOM or SAX parsers, except what
comes by default with the JDK. I use Apache Ant version 1.5.3 compiled
on April 16 2003.

Thanks !
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/




Archive powered by MHonArc 2.6.24.

Top of Page