? build
? build.diff
? dist
? lib
? svgdiff.diff
? xalan.diff
? xpath.diff
? ecmascript/old_DOMTestCase.js
? java/junit/org/w3c/domts/level3/xpath
? java/org/w3c/domts/XalanDOMTestDocumentBuilderFactory.java
? tests/level1/core/dom1.dtd
? tests/level1/html/dom1.dtd
? tests/level3/xpath/schemavalid.diff
? tests/submittedtests/netscapeHTML/dom1.dtd
? transforms/dom-to-xsd.diff
Index: build.xml
===================================================================
RCS file: /sources/public/2001/DOM-Test-Suite/build.xml,v
retrieving revision 1.92
diff -u -r1.92 build.xml
--- build.xml 23 Apr 2003 04:49:19 -0000 1.92
+++ build.xml 24 Apr 2003 04:53:10 -0000
@@ -2133,11 +2133,10 @@
-
-
-
+
+
Index: java/dom3-xpath.mf
===================================================================
RCS file: /sources/public/2001/DOM-Test-Suite/java/dom3-xpath.mf,v
retrieving revision 1.1
diff -u -r1.1 dom3-xpath.mf
--- java/dom3-xpath.mf 17 Apr 2003 04:29:54 -0000 1.1
+++ java/dom3-xpath.mf 24 Apr 2003 04:53:10 -0000
@@ -1,6 +1,6 @@
Manifest-Version: 2.0
Main-Class: org.w3c.domts.level3.xpath.alltests
-Class-Path: xmlParserAPIs.jar xercesImpl.jar xerces.jar xml4j.jar xmlparserv2.jar crimson.jar parser.jar jaxp.jar xml-apis.jar gnujaxp.jar dom4j-full.jar batik-svg-dom.jar crimson-parser.jar junit-run.jar avalon-run.jar
+Class-Path: xmlParserAPIs.jar xercesImpl.jar xerces.jar xml4j.jar xmlparserv2.jar crimson.jar parser.jar jaxp.jar xml-apis.jar gnujaxp.jar dom4j-full.jar batik-svg-dom.jar crimson-parser.jar junit-run.jar avalon-run.jar xalan.jar
Name: org/w3c/domts/level3/xpath
Specification-Title: W3C/NIST Test Suite for DOM Level 3 XPath
Index: java/junit/org/w3c/domts/level3/ls/TestXerces.java
===================================================================
RCS file: /sources/public/2001/DOM-Test-Suite/java/junit/org/w3c/domts/level3/ls/TestXerces.java,v
retrieving revision 1.1
diff -u -r1.1 TestXerces.java
--- java/junit/org/w3c/domts/level3/ls/TestXerces.java 13 Aug 2002 04:42:08 -0000 1.1
+++ java/junit/org/w3c/domts/level3/ls/TestXerces.java 24 Apr 2003 04:53:10 -0000
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001 World Wide Web Consortium,
+ * Copyright (c) 2001-2003 World Wide Web Consortium,
* (Massachusetts Institute of Technology, Institut National de
* Recherche en Informatique et en Automatique, Keio University). All
* Rights Reserved. This program is distributed under the W3C's Software
Index: java/junit/org/w3c/domts/level3/ls/TestXercesAltConfig.java
===================================================================
RCS file: /sources/public/2001/DOM-Test-Suite/java/junit/org/w3c/domts/level3/ls/TestXercesAltConfig.java,v
retrieving revision 1.1
diff -u -r1.1 TestXercesAltConfig.java
--- java/junit/org/w3c/domts/level3/ls/TestXercesAltConfig.java 13 Aug 2002 04:42:08 -0000 1.1
+++ java/junit/org/w3c/domts/level3/ls/TestXercesAltConfig.java 24 Apr 2003 04:53:10 -0000
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001 World Wide Web Consortium,
+ * Copyright (c) 2001-2003 World Wide Web Consortium,
* (Massachusetts Institute of Technology, Institut National de
* Recherche en Informatique et en Automatique, Keio University). All
* Rights Reserved. This program is distributed under the W3C's Software
Index: java/org/w3c/domts/DOMTest.java
===================================================================
RCS file: /sources/public/2001/DOM-Test-Suite/java/org/w3c/domts/DOMTest.java,v
retrieving revision 1.5
diff -u -r1.5 DOMTest.java
--- java/org/w3c/domts/DOMTest.java 23 Apr 2003 05:48:24 -0000 1.5
+++ java/org/w3c/domts/DOMTest.java 24 Apr 2003 04:53:10 -0000
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001 World Wide Web Consortium,
+ * Copyright (c) 2001-2003 World Wide Web Consortium,
* (Massachusetts Institute of Technology, Institut National de
* Recherche en Informatique et en Automatique, Keio University). All
* Rights Reserved. This program is distributed under the W3C's Software
@@ -99,7 +99,7 @@
return resolvedURI;
}
} catch(MalformedURLException ex) {
- throw new DOMTestLoadException(ex);
+// throw new DOMTestLoadException(ex);
}
//
// build a URL for a test file in the JAR
Index: java/org/w3c/domts/JAXPDOMTestDocumentBuilderFactory.java
===================================================================
RCS file: /sources/public/2001/DOM-Test-Suite/java/org/w3c/domts/JAXPDOMTestDocumentBuilderFactory.java,v
retrieving revision 1.1
diff -u -r1.1 JAXPDOMTestDocumentBuilderFactory.java
--- java/org/w3c/domts/JAXPDOMTestDocumentBuilderFactory.java 3 Feb 2002 07:47:51 -0000 1.1
+++ java/org/w3c/domts/JAXPDOMTestDocumentBuilderFactory.java 24 Apr 2003 04:53:11 -0000
@@ -68,6 +68,12 @@
}
}
+ protected DOMTestDocumentBuilderFactory createInstance(DocumentBuilderFactory newFactory,
+ DocumentBuilderSetting[] mergedSettings)
+ throws DOMTestIncompatibleException {
+ return new JAXPDOMTestDocumentBuilderFactory(newFactory,mergedSettings);
+ }
+
public DOMTestDocumentBuilderFactory newInstance(DocumentBuilderSetting[] newSettings)
throws DOMTestIncompatibleException {
if(newSettings == null) {
@@ -75,7 +81,7 @@
}
DocumentBuilderSetting[] mergedSettings = mergeSettings(newSettings);
DocumentBuilderFactory newFactory = factory.newInstance();
- return new JAXPDOMTestDocumentBuilderFactory(newFactory,mergedSettings);
+ return createInstance(newFactory, mergedSettings);
}
private class LoadErrorHandler implements org.xml.sax.ErrorHandler {