? .Read-Me-First.html.swp
? .htaccess
? DOMTestCase.patch
? Read-Me-First.html
? build
? build-save.xml
? diff.txt
? dist
? dist-dom1-core
? dist-dom1-html
? dist-dom2-core
? dist-dom2-html
? dist-dom3-core
? dist-dom3-xpath
? lib
? rsync-2-web
? untar-dist
? update.log
? docs/level3
? docs/level1/html
? doxygen/dom1-html.doxygen
? doxygen/dom3-core.doxygen
? doxygen/dom3-ls.doxygen
? doxygen/dom3-xpath.doxygen
? tests/level1/core/dom1.dtd
? tests/level1/core/dom1.xsd
? tests/level1/core/files/xhtml-lat1.ent
? tests/level1/core/files/xhtml-special.ent
? tests/level1/core/files/xhtml-symbol.ent
? tests/level1/core/files/xhtml1-frameset.dtd
? tests/level1/core/files/xhtml1-strict.dtd
? tests/level1/core/files/xhtml1-transitional.dtd
? tests/level1/html/dom1.dtd
? tests/level1/html/dom1.xsd
? tests/level1/html/metadata.xml
? tests/level1/html/files/xhtml-lat1.ent
? tests/level1/html/files/xhtml-special.ent
? tests/level1/html/files/xhtml-symbol.ent
? tests/level1/html/files/xhtml1-frameset.dtd
? tests/level1/html/files/xhtml1-strict.dtd
? tests/level1/html/files/xhtml1-transitional.dtd
? tests/level2/core/dom2.dtd
? tests/level2/core/dom2.xsd
? tests/level2/events/dom2.dtd
? tests/level2/events/dom2.xsd
? tests/level2/html/dom2.dtd
? tests/level2/html/dom2.xsd
? tests/level3/core/dom3.dtd
? tests/level3/core/dom3.xsd
? tests/level3/core/test-to-html.xsl
? tests/level3/ls/dom3.dtd
? tests/level3/ls/dom3.xsd
? tests/level3/ls/test-to-html.xsl
? tests/level3/validation/dom3.dtd
? tests/level3/validation/dom3.xsd
? tests/level3/validation/test-to-html.xsl
? tests/level3/xpath/createExpression06.xml
? tests/level3/xpath/createExpression07.xml
? tests/level3/xpath/createNSResolver03.xml
? tests/level3/xpath/dom3.dtd
? tests/level3/xpath/dom3.xsd
? tests/level3/xpath/lookupNamespaceURI01.xml
? tests/level3/xpath/lookupNamespaceURI02.xml
? tests/level3/xpath/test-to-html.xsl
? tests/level3/xpath/testTemplate.xml
? tests/level3/xpath/xpath-expression-notes.txt
? tests/submittedtests/netscapeHTML/dom1.dtd
Index: build.xml
===================================================================
RCS file: /sources/public/2001/DOM-Test-Suite/build.xml,v
retrieving revision 1.108
diff -u -9 -p -u -r1.108 build.xml
--- build.xml 19 Nov 2003 16:24:08 -0000 1.108
+++ build.xml 19 Nov 2003 23:43:05 -0000
@@ -587,36 +587,29 @@ All implementation conditions combined i
| index.html | This file | ||
| dom1-core-matrix.html | A cross reference of the tests to the DOM 1 Core Recommendation, pointers to the tests and documentation. | ||
| ecmascript/testRunner.html | -A modified JSUnit 1.2.6 test runner. JSUnit is licensed under the GNU Public License | +ecmascript/jsunit/testRunner.html | +A modified JSUnit test runner. JSUnit is licensed under the GNU Public License |
| ecmascript/app, ecmascript/docs, ecmascript/images, ecmascript/jsunit-self-tests | -JSUnit 1.2.6 support files | +ecmascript/jsunit/app, ecmascript/jsunit/docs, ecmascript/jsunit/images, ecmascript/jsunit/tests | +JSUnit support files |
| ecmascript/tests | +ecmascript/jsunit/tests | DOM tests for use with JSUnit | |
| java/dom1-core.jar | DOM tests for Java implementations, includes source code. | ||
| java/junit-run.jar | A test framework adapter that supports running dom1-core.jar with the JUnit 3.7 test framework. | @@ -125,31 +125,31 @@ of the DOM Level 1 Core Test Suite.
The DOM TS currently tests XML and SVG implementations of DOM Level 1 Core. Later revisions will provide testing of HTML implementation conformance with DOM Level 1.
To run the ECMAScript tests, open the JsUnit test runner in the browser +href="ecmascript/jsunit/testRunner.html">JsUnit test runner in the browser you want to test, press the browse button and look for the file -"ecmascript/tests/alltests.html". +"ecmascript/level1/core/alltests.html". After that, press Run to run all DOM 1 tests compatible with the implementation. If you choose to run individual tests, the above procedure works similarly, just browse for the test you want to -run in the "ecmascript/tests" directory.
+run in the "ecmascript/level1/core" directory.These tests have been run with Microsoft Internet Explorer 5.0 and later for Microsoft Windows and Mozilla 0.9.8 and Netscape Navigator 6.2 and later for Microsoft Windows, Linux and Apple OS X. Use on Apple OS X required replacing colon (:) in the test case name with slashes (/).
To test the DOM implementation of the Adobe SVG Viewer, select -"ecmascript/tests/svg-alltests.html" and press Run.
+"ecmascript/level1/core/svg-alltests.html" and press Run.For JsUnit reference, please visit the JsUnit home page. JsUnit will provide output with indication on how many tests that were run, how many failed and how many errors were found while running. The error log points to the actual test, so identifying what you need to do in your implementation is simplified.
Running the Java tests will require placing a JAXP 1.1 compatible parser on the classpath or Index: docs/level2/core/index.htm =================================================================== RCS file: /sources/public/2001/DOM-Test-Suite/docs/level2/core/index.htm,v retrieving revision 1.1 diff -u -9 -p -u -r1.1 index.htm --- docs/level2/core/index.htm 28 Feb 2002 06:04:41 -0000 1.1 +++ docs/level2/core/index.htm 19 Nov 2003 23:43:07 -0000 @@ -73,27 +73,27 @@ of the DOM Level 2 Core Test Suite.
| index.html | This file | ||
| dom2-core-matrix.html | A cross reference of the tests to the DOM 2 Core Recommendation, pointers to the tests and documentation. | ||
| ecmascript/testRunner.html | -A modified JSUnit 1.2.6 test runner. JSUnit is licensed under the GNU Public License | +ecmascript/jsunit/testRunner.html | +A modified JSUnit test runner. JSUnit is licensed under the GNU Public License |
| ecmascript/app, ecmascript/docs, ecmascript/images, ecmascript/jsunit-self-tests | -JSUnit 1.2.6 support files | +ecmascript/jsunit/app, ecmascript/jsunit/docs, ecmascript/jsunit/images, ecmascript/jsunit/tests | +JSUnit support files |
| ecmascript/tests | +ecmascript/level2/core | DOM tests for use with JSUnit | |
| java/dom2-core.jar | DOM tests for Java implementations, includes source code. | ||
| java/junit-run.jar | A test framework adapter that supports running dom2-core.jar with the JUnit 3.7 test framework. | @@ -125,31 +125,31 @@ of the DOM Level 2 Core Test Suite.
The DOM TS currently tests XML and SVG implementations of DOM Level 2 Core. Later revisions will provide testing of HTML implementation conformance with DOM Level 2.
To run the ECMAScript tests, open the JsUnit test runner in the browser +href="ecmascript/jsunit/testRunner.html">JsUnit test runner in the browser you want to test, press the browse button and look for the file -"ecmascript/tests/alltests.html". +"ecmascript/level2/core/alltests.html". After that, press Run to run all DOM 2 tests compatible with the implementation. If you choose to run individual tests, the above procedure works similarly, just browse for the test you want to -run in the "ecmascript/tests" directory.
+run in the "ecmascript/level2/core" directory.These tests have been run with Microsoft Internet Explorer 5.0 and later for Microsoft Windows and Mozilla 0.9.8 and Netscape Navigator 6.2 and later for Microsoft Windows, Linux and Apple OS X. Use on Apple OS X required replacing colon (:) in the test case name with slashes (/).
To test the DOM implementation of the Adobe SVG Viewer, select -"ecmascript/tests/svg-alltests.html" and press Run.
+"ecmascript/level2/core/svg-alltests.html" and press Run.For JsUnit reference, please visit the JsUnit home page. JsUnit will provide output with indication on how many tests that were run, how many failed and how many errors were found while running. The error log points to the actual test, so identifying what you need to do in your implementation is simplified.
Running the Java tests will require placing a JAXP 1.1 compatible parser on the classpath or Index: docs/level2/html/index.htm =================================================================== RCS file: /sources/public/2001/DOM-Test-Suite/docs/level2/html/index.htm,v retrieving revision 1.1 diff -u -9 -p -u -r1.1 index.htm --- docs/level2/html/index.htm 18 Sep 2002 05:22:52 -0000 1.1 +++ docs/level2/html/index.htm 19 Nov 2003 23:43:07 -0000 @@ -73,27 +73,27 @@ of the DOM Level 2 HTML Test Suite.
| index.html | This file | ||
| dom2-html-matrix.html | A cross reference of the tests to the DOM 2 HTML Recommendation, pointers to the tests and documentation. | ||
| ecmascript/testRunner.html | -A modified JSUnit 1.2.6 test runner. JSUnit is licensed under the GNU Public License | +ecmascript/jsunit/testRunner.html | +A modified JSUnit test runner. JSUnit is licensed under the GNU Public License |
| ecmascript/app, ecmascript/docs, ecmascript/images, ecmascript/jsunit-self-tests | -JSUnit 1.2.6 support files | +ecmascript/jsunit/app, ecmascript/jsunit/docs, ecmascript/jsunit/images, ecmascript/jsunit/tests | +JSUnit support files |
| ecmascript/tests | +ecmascript/level2/html | DOM tests for use with JSUnit | |
| java/dom2-html.jar | DOM tests for Java implementations, includes source code. | ||
| java/junit-run.jar | A test framework adapter that supports running dom2-html.jar with the JUnit 3.7 test framework. | @@ -125,31 +125,30 @@ of the DOM Level 2 HTML Test Suite.
The DOM TS currently tests XML and SVG implementations of DOM Level 2 HTML. Later revisions will provide testing of HTML implementation conformance with DOM Level 2.
To run the ECMAScript tests, open the JsUnit test runner in the browser -you want to test, press the browse button and look for the file -"ecmascript/tests/alltests.html". + href="ecmascript/level2/html/alltests.html">ecmascript/level2/html/alltests.html in the browser +you want to test, make your selections then click Load JsUnit. After that, press Run to run all DOM 2 tests compatible with the implementation. If you choose to run individual tests, the above procedure works similarly, just browse for the test you want to -run in the "ecmascript/tests" directory.
+run in the "ecmascript/level2/html" directory.These tests have been run with Microsoft Internet Explorer 5.0 and later for Microsoft Windows and Mozilla 0.9.8 and Netscape Navigator 6.2 and later for Microsoft Windows, Linux and Apple OS X. Use on Apple OS X required replacing colon (:) in the test case name with slashes (/).
To test the DOM implementation of the Adobe SVG Viewer, select -"ecmascript/tests/svg-alltests.html" and press Run.
+"ecmascript/level2/html/svg-alltests.html" and press Run.For JsUnit reference, please visit the JsUnit home page. JsUnit will provide output with indication on how many tests that were run, how many failed and how many errors were found while running. The error log points to the actual test, so identifying what you need to do in your implementation is simplified.
Running the Java tests will require placing a JAXP 1.1 compatible parser on the classpath or