Atsushi Eno 01c929ffdc 2005-10-23 Atsushi Enomoto <[email protected]> 20 anni fa
..
files 4598b5ce15 * Makefile (EXTRA_DISTFILES): Add files in Test/XmlFiles and 20 anni fa
fundamental 01c929ffdc 2005-10-23 Atsushi Enomoto <[email protected]> 20 anni fa
ChangeLog 5948e16f26 svn:eol-style=native 20 anni fa
ITest.cs 0e8decdb37 remove svn:executable from .cs files 20 anni fa
readme.txt 7ee4149d42 more executable bits 20 anni fa
util.cs 0e8decdb37 remove svn:executable from .cs files 20 anni fa

readme.txt

==============================

NIST_DOM Readme

Author: Mizrahi Rafael
[email protected]
==============================


==============================
About the Test Suite:
==============================
NIST DOM is XML DOM Level 1 Test Suite,
Mainsoft have converted part of the NIST DOM
Test Suite
from ECMAScript (Java Script) into
C# .Net System.XML Conformance Test Suite.

NIST - National Institute of Standards and Technology.
www.nist.gov


==============================
Architecture of the test suite:
==============================
The test suite is devided to unit tests which test every part of the DOM specifications.
We ported to System.XML only the parts that relates to the DOM xml parser, and not the HTML DOM tests.

==============================
Files in use and their purpose:
==============================
The ECMAScript files that has been ported into C# remain,
to give a reference to the old Test Suite.
files directory contains xml and html files of the TestSuite.
These files are specific for the tests and cannot be replaced with other files.
The unit tests in the TestSuite tight to the input files.