2010-07-25 Carlos Alberto Cortez <calberto.cortez@gmail.com>
[mono.git] / mcs / class / System.XML / Test / System.Xml / nist_dom / readme.txt
1 ==============================\r
2         \r
3         NIST_DOM Readme\r
4 \r
5 Author: Mizrahi Rafael \r
6 rafim@mainsoft.com\r
7 ==============================\r
8 \r
9 \r
10 ==============================\r
11 About the Test Suite:\r
12 ==============================\r
13 NIST DOM is XML DOM Level 1 Test Suite,\r
14 Mainsoft have converted part of the NIST DOM 
15 Test Suite \r
16 from ECMAScript (Java Script) into \r
17 C# .Net System.XML Conformance Test Suite.\r
18 \r
19 NIST - National Institute of Standards and Technology.\r
20 www.nist.gov\r
21 \r
22 \r
23 ==============================\r
24 Architecture of the test suite:\r
25 ==============================\r
26 The test suite is devided to unit tests which test every part of the DOM specifications.\r
27 We ported to System.XML only the parts that relates to the DOM xml parser, and not the HTML DOM tests.\r
28 \r
29 ==============================\r
30 Files in use and their purpose:\r
31 ==============================\r
32 The ECMAScript files that has been ported into C# remain,\r
33 to give a reference to the old Test Suite.\r
34 files directory contains xml and html files of the TestSuite.\r
35 These files are specific for the tests and cannot be replaced with other files.\r
36 The unit tests in the TestSuite tight to the input files.\r
37 \r